summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/ns_parseutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/ns_parseutil.c')
-rw-r--r--contrib/bind/bin/named/ns_parseutil.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind/bin/named/ns_parseutil.c b/contrib/bind/bin/named/ns_parseutil.c
index aed15af..60b189a 100644
--- a/contrib/bind/bin/named/ns_parseutil.c
+++ b/contrib/bind/bin/named/ns_parseutil.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 by Internet Software Consortium.
+ * Copyright (c) 1996-1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -21,6 +21,8 @@
#include "port_before.h"
#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
@@ -178,7 +180,7 @@ define_symbol(symbol_table st, char *key, int type, symbol_value value,
void
undefine_symbol(symbol_table st, char *key, int type) {
int hash;
- symbol_entry prev_ste, ste, next_ste;
+ symbol_entry prev_ste, ste;
hash = symbol_hash(key, st->size);
for (prev_ste = NULL, ste = st->table[hash];
OpenPOWER on IntegriCloud