git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e22ff
)
include in.h and signal.h explicitely to build on FreeBSD
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 21 Apr 2005 09:53:21 +0000
(09:53 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server-bones/src/srvbones.c
b/org.glite.lb.server-bones/src/srvbones.c
index
2eae919
..
bb58a53
100644
(file)
--- a/
org.glite.lb.server-bones/src/srvbones.c
+++ b/
org.glite.lb.server-bones/src/srvbones.c
@@
-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"