From: Zdeněk Šustr Date: Fri, 8 Oct 2010 12:19:00 +0000 (+0000) Subject: Missing #include added to fix compiler warning. X-Git-Tag: glite-lb-client_R_4_1_5_1~25 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=48befcbbdc4be8512751e8937df996beab1a494c;p=jra1mw.git Missing #include added to fix compiler warning. --- 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"