summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-18 01:47:44 +0000
committerjb <jb@FreeBSD.org>1998-08-18 01:47:44 +0000
commited2af19ea46e3fc780b29a99c69fbb5398395dfc (patch)
treedf82137badd3b9c088493a309e62bd480fc85299 /contrib/bind/bin
parent35cbb372afde37979d24268d780cf2e7165e4fb3 (diff)
downloadFreeBSD-src-ed2af19ea46e3fc780b29a99c69fbb5398395dfc.zip
FreeBSD-src-ed2af19ea46e3fc780b29a99c69fbb5398395dfc.tar.gz
Add #include string.h to get prototypes.
Diffstat (limited to 'contrib/bind/bin')
-rw-r--r--contrib/bind/bin/nslookup/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bind/bin/nslookup/debug.c b/contrib/bind/bin/nslookup/debug.c
index 76260e0..af03daa 100644
--- a/contrib/bind/bin/nslookup/debug.c
+++ b/contrib/bind/bin/nslookup/debug.c
@@ -80,6 +80,7 @@ static char rcsid[] = "$Id: debug.c,v 8.11 1998/03/19 19:30:54 halley Exp $";
#include <netdb.h>
#include <resolv.h>
#include <stdio.h>
+#include <string.h>
#include "port_after.h"
OpenPOWER on IntegriCloud