]> hackdaworld.org Git - my-code/ivac.git/commitdiff
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 a8fbe2a894d8f4e99311e011ededc47d78c9c853..0f6df5c3e2a014f16bef1710e193859346ea60c6 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;