summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootparamd/bootparamd
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 /usr.sbin/bootparamd/bootparamd
parented1608278d8aaf43796900cb3322b6b7dc804b7e (diff)
downloadFreeBSD-src-58f212920d71dca389ab5dc347a601a3025536cb.zip
FreeBSD-src-58f212920d71dca389ab5dc347a601a3025536cb.tar.gz
#include <string.h> to help silence -Wall.
Diffstat (limited to 'usr.sbin/bootparamd/bootparamd')
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparamd.c1
1 files changed, 1 insertions, 0 deletions
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