summaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns.c b/dns.c
index 16954a6a..5f123a2e 100644
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.20 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: dns.c,v 1.21 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -33,6 +33,7 @@
#if defined(HAVE_NETDB_H)
# include <netdb.h>
#endif
+#include <string.h>
#include "xmalloc.h"
#include "key.h"