* getaddrinfo.c: Don't include <netdb.h> included from getaddrinfo.h.
authorDerek R. Price <derek@ximbiot.com>
Tue, 20 Sep 2005 16:44:50 +0000 (16:44 +0000)
committerDerek R. Price <derek@ximbiot.com>
Tue, 20 Sep 2005 16:44:50 +0000 (16:44 +0000)
lib/ChangeLog
lib/getaddrinfo.c

index 2c62bb5..fcfcaad 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-20  Derek Price  <derek@ximbiot.com>
+
+       * getaddrinfo.c: Don't include <netdb.h> included from getaddrinfo.h.
+
 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Use a consistent style for including <config.h>.
index cd90769..594b764 100644 (file)
@@ -28,9 +28,6 @@
 /* Get memcpy. */
 #include <string.h>
 
-/* Get struct hostent. */
-#include <netdb.h>
-
 #include <stdbool.h>
 
 #include "gettext.h"