Missing #include added to fix compiler warning.
authorZdeněk Šustr <sustr4@cesnet.cz>
Fri, 8 Oct 2010 12:19:00 +0000 (12:19 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Fri, 8 Oct 2010 12:19:00 +0000 (12:19 +0000)
org.glite.lb.client/src/notify.c

index 8013dcc..558bf86 100644 (file)
@@ -26,6 +26,7 @@ limitations under the License.
 
 #include "glite/security/glite_gss.h"
 #include "glite/lb/context.h"
+#include "glite/lb/connpool.h"
 #include "notification.h"
 
 #include "stat_fields.h"