summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-20 23:11:22 +0000
committermpp <mpp@FreeBSD.org>1997-02-20 23:11:22 +0000
commit58f212920d71dca389ab5dc347a601a3025536cb (patch)
tree715dfcc9f7b7378eba71d519a4e2e6554e201436
parented1608278d8aaf43796900cb3322b6b7dc804b7e (diff)
downloadFreeBSD-src-58f212920d71dca389ab5dc347a601a3025536cb.zip
FreeBSD-src-58f212920d71dca389ab5dc347a601a3025536cb.tar.gz
#include <string.h> to help silence -Wall.
-rw-r--r--games/hangman/hangman.h1
-rw-r--r--libexec/ftpd/skey-stuff.c1
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparamd.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/games/hangman/hangman.h b/games/hangman/hangman.h
index 011c92b..d2d77b7 100644
--- a/games/hangman/hangman.h
+++ b/games/hangman/hangman.h
@@ -33,6 +33,7 @@
* @(#)hangman.h 8.1 (Berkeley) 5/31/93
*/
+# include <string.h>
# include <curses.h>
# include <sys/types.h>
# include <sys/stat.h>
diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c
index 19fd55e..2ab0cb5 100644
--- a/libexec/ftpd/skey-stuff.c
+++ b/libexec/ftpd/skey-stuff.c
@@ -4,6 +4,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <pwd.h>
#include <skey.h>
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c
index 5939ed3..68447a0 100644
--- a/usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c
@@ -15,6 +15,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to
#include <rpcsvc/ypclnt.h>
#include "bootparam_prot.h"
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
OpenPOWER on IntegriCloud