f00b4rCVS: ----------------------------------------------------------------------
authorhackbard <hackbard>
Sun, 2 May 2004 13:51:59 +0000 (13:51 +0000)
committerhackbard <hackbard>
Sun, 2 May 2004 13:51:59 +0000 (13:51 +0000)
src/inet.h

index a8fbe2a..0f6df5c 100644 (file)
@@ -3,7 +3,10 @@
 #ifndef INET_H
 #define INET_H
 
-/* variables */
+/* net specific includes */
+#include <netinet/in.h>
+
+/* net specific variables */
 typedef s_net {
   int l_fd,c_fd;