]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
XHTML 1.1 spec validation and charset
[user/henk/code/inspircd.git] / include / socket.h
index e62a2dc419a31f5da7731bcb76e145a53e9f0b57..4387797df0c350ad638729f083d46a41d27d785b 100644 (file)
 #ifndef INSPIRCD_SOCKET_H
 #define INSPIRCD_SOCKET_H
 
-/* This is where we'll define wrappers for socket IO stuff, for neat winsock compatability */
-
+#include <arpa/inet.h>
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/stat.h>
 #include <netinet/in.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <poll.h>
+#include <netdb.h>
+#include <errno.h>
+
 #include "inspircd_config.h"
 
 /* macros to the relevant system address description structs */