f00b4rCVS: ----------------------------------------------------------------------
[my-code/ivac.git] / 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;