From 48befcbbdc4be8512751e8937df996beab1a494c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 8 Oct 2010 12:19:00 +0000 Subject: [PATCH] Missing #include added to fix compiler warning. --- org.glite.lb.client/src/notify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.client/src/notify.c b/org.glite.lb.client/src/notify.c index 8013dcc..558bf86 100644 --- a/org.glite.lb.client/src/notify.c +++ b/org.glite.lb.client/src/notify.c @@ -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" -- 1.8.2.3