- fixed build errors
authorJiří Škrábal <nykolas@ics.muni.cz>
Thu, 3 Mar 2005 15:03:31 +0000 (15:03 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Thu, 3 Mar 2005 15:03:31 +0000 (15:03 +0000)
org.glite.lb.logger/src/logd.c
org.glite.lb.logger/src/logd_proto.c

index 406a410..6c253b1 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <globus_common.h>
 
+#include "glite/lb/context-int.h"
 #include "logd_proto.h"
 #include "glite/lb/consumer.h"
 #include "glite/security/glite_gss.h"
index 6693ea0..8bee957 100644 (file)
 #include <syslog.h>
 #include <fcntl.h>
 
-#include "logd_proto.h"
 #include "glite/lb/context-int.h"
 #include "glite/lb/escape.h"
 #include "glite/lb/events_parse.h"
 
+#include "logd_proto.h"
+
 static const int one = 1;
 
 extern char* socket_path;