Fix a little header problem
authorpacman <pacman>
Mon, 15 Jan 2001 09:07:15 +0000 (09:07 +0000)
committerpacman <pacman>
Mon, 15 Jan 2001 09:07:15 +0000 (09:07 +0000)
src/main/radzap.c

index 1860b32..8aaacf7 100644 (file)
@@ -32,6 +32,8 @@
 #include       <fcntl.h>
 #include       <netdb.h>
 #include       <limits.h>
+#include       <sys/types.h>
+#include       <sys/socket.h>
 
 #if HAVE_NETINET_IN_H
 #  include      <netinet/in.h>