[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Fix OS X build
Update of /home/minion/cvsroot/src/minion/src
In directory moria.mit.edu:/tmp/cvs-serv28958/src
Modified Files:
main.c
Log Message:
Fix OS X build
Index: main.c
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- main.c 12 Jan 2004 04:48:16 -0000 1.22
+++ main.c 17 Jan 2004 04:21:40 -0000 1.23
@@ -28,6 +28,8 @@
#else /* not windows */
#include <sys/socket.h>
#include <sys/types.h>
+#include <netinet/in.h>
+#include <netinet/in_systm.h>
#include <netinet/ip.h>
#endif