Need string.h for memcpy.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Fri, 19 Feb 1993 08:59:15 +0000 (00:59 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Fri, 19 Feb 1993 08:59:15 +0000 (00:59 -0800)
SCCS-vsn: lib/libcurses/insch.c 5.13
SCCS-vsn: lib/libcurses/delch.c 5.14

usr/src/lib/libcurses/delch.c
usr/src/lib/libcurses/insch.c

index 8dd83a6..a2739f6 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delch.c    5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)delch.c    5.14 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
+#include <string.h>
 
 /*
  * wdelch --
 
 /*
  * wdelch --
index cf9bfa5..743756a 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insch.c    5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)insch.c    5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
+#include <string.h>
 
 /*
  * winsch --
 
 /*
  * winsch --