summaryrefslogtreecommitdiff
path: root/lib/lwres/getaddrinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lwres/getaddrinfo.c')
-rw-r--r--lib/lwres/getaddrinfo.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c
index 9ad10dfd7eb39..438be6d52ec92 100644
--- a/lib/lwres/getaddrinfo.c
+++ b/lib/lwres/getaddrinfo.c
@@ -1,11 +1,11 @@
/*
- * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* This code is derived from software contributed to ISC by
* Berkeley Software Design, Inc.
*
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
@@ -18,13 +18,14 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: getaddrinfo.c,v 1.41.206.6 2006/11/13 11:57:41 marka Exp $ */
+/* $Id: getaddrinfo.c,v 1.41.206.8 2007/09/13 23:45:58 tbox Exp $ */
#include <config.h>
-#include <string.h>
#include <errno.h>
+#include <isc/string.h>
+
#include <lwres/lwres.h>
#include <lwres/net.h>
#include <lwres/netdb.h>