summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/nslookup/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/nslookup/debug.c')
-rw-r--r--contrib/bind/bin/nslookup/debug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind/bin/nslookup/debug.c b/contrib/bind/bin/nslookup/debug.c
index a5f85e6..9b30977 100644
--- a/contrib/bind/bin/nslookup/debug.c
+++ b/contrib/bind/bin/nslookup/debug.c
@@ -53,7 +53,7 @@
#ifndef lint
static const char sccsid[] = "@(#)debug.c 5.26 (Berkeley) 3/21/91";
-static const char rcsid[] = "$Id: debug.c,v 8.16 2000/07/11 05:59:32 vixie Exp $";
+static const char rcsid[] = "$Id: debug.c,v 8.17 2000/11/08 06:47:31 marka Exp $";
#endif /* not lint */
/*
@@ -88,7 +88,9 @@ static const char rcsid[] = "$Id: debug.c,v 8.16 2000/07/11 05:59:32 vixie Exp $
/*
* Imported from res_debug.c
*/
+#ifndef HAVE_DECL_RES_OPCODES
extern char *_res_opcodes[];
+#endif
/*
* Used to highlight the start of a record when printing it.
OpenPOWER on IntegriCloud