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:
4662b80
)
additional #include's to make it build on FreeBSD
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 8 Jul 2005 10:51:52 +0000
(10:51 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 8 Jul 2005 10:51:52 +0000
(10:51 +0000)
org.glite.lb.client/src/connection.c
patch
|
blob
|
blame
|
history
org.glite.lb.client/src/notification.c
patch
|
blob
|
blame
|
history
org.glite.lb.client/src/prod_proto.c
patch
|
blob
|
blame
|
history
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/connection.c
b/org.glite.lb.client/src/connection.c
index
76ffaf5
..
c9b2b15
100644
(file)
--- a/
org.glite.lb.client/src/connection.c
+++ b/
org.glite.lb.client/src/connection.c
@@
-2,6
+2,8
@@
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
+#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git
a/org.glite.lb.client/src/notification.c
b/org.glite.lb.client/src/notification.c
index
85cc3f6
..
acd991a
100644
(file)
--- a/
org.glite.lb.client/src/notification.c
+++ b/
org.glite.lb.client/src/notification.c
@@
-3,6
+3,7
@@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <errno.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
diff --git
a/org.glite.lb.client/src/prod_proto.c
b/org.glite.lb.client/src/prod_proto.c
index
29a122e
..
7d24851
100644
(file)
--- a/
org.glite.lb.client/src/prod_proto.c
+++ b/
org.glite.lb.client/src/prod_proto.c
@@
-9,6
+9,7
@@
#include "glite/lb/il_string.h"
#include <signal.h>
+#include <errno.h>
#include <string.h>
#include <sys/types.h>
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
57789b5
..
27c71fd
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-9,6
+9,8
@@
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
+#include <errno.h>
+#include <fcntl.h>
#include <netinet/in.h>
#include <syslog.h>
#include <string.h>