* 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 2c62bb56851c8c9fc6f6ef90a416c4c4c26614c0..fcfcaadd190830eeb6486e8351010cece4fe7cc7 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 cd90769daa35ff52ef025970a5bad3dfdd7ef964..594b764945ad6701da950311ec3db3f5378e5113 100644 (file)
@@ -28,9 +28,6 @@
 /* Get memcpy. */
 #include <string.h>
 
-/* Get struct hostent. */
-#include <netdb.h>
-
 #include <stdbool.h>
 
 #include "gettext.h"