include in.h and signal.h explicitely to build on FreeBSD
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 21 Apr 2005 09:53:21 +0000 (09:53 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 21 Apr 2005 09:53:21 +0000 (09:53 +0000)
org.glite.lb.server-bones/src/srvbones.c

index 2eae919..bb58a53 100644 (file)
@@ -5,6 +5,7 @@
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <sys/wait.h>
 #include <errno.h>
 #include <netdb.h>
@@ -13,6 +14,7 @@
 #include <sys/time.h>
 #include <time.h>
 #include <stdarg.h>
+#include <signal.h>
 
 #include "srvbones.h"