aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 11:24:06 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 11:24:06 +0000
commitaf7693f8fa6cdd68b97028beb1beed9448446d50 (patch)
tree2d18cad11cde2179f1c9e8adbdb5ae17c56e9e57 /src/Sockets.c
parent49f22a74f5b014a8e2982fac831d0c8210d5d089 (diff)
Some more headers.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@22 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index a4a6875..e7f5c93 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -29,6 +29,12 @@
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif /* HAVE_NETINET_IN_H */
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif /* HAVE_NETDB_H */
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif /* ARPA_INET_H */
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
#endif /* HAVE_WINSOCK2_H */