From 189a8f7b3af3853f926a7e006ec3ec9cabb7c43c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 14 Feb 2011 18:12:29 +0000 Subject: [PATCH] Fix build on FreeBSD. --- org.glite.lb.logger/src/logd_proto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.logger/src/logd_proto.c b/org.glite.lb.logger/src/logd_proto.c index d626657..8d88f26 100644 --- a/org.glite.lb.logger/src/logd_proto.c +++ b/org.glite.lb.logger/src/logd_proto.c @@ -20,6 +20,7 @@ limitations under the License. #include #include #include +#include #include #include #include -- 1.8.2.3