From: Aleš Křenek Date: Mon, 13 Jun 2005 11:46:13 +0000 (+0000) Subject: Oops, missing #include "soap_version.h" so the detection didn't work. X-Git-Tag: Root_glite-deployment-lb_branch_2_0_0~33 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=955821221377f31792ab14f0e5b168bc9043fa41;p=jra1mw.git Oops, missing #include "soap_version.h" so the detection didn't work. --- diff --git a/org.glite.lb.server/src/ws_query.c b/org.glite.lb.server/src/ws_query.c index c67343c..fb30e49 100644 --- a/org.glite.lb.server/src/ws_query.c +++ b/org.glite.lb.server/src/ws_query.c @@ -12,6 +12,8 @@ #include "ws_fault.h" #include "ws_typeref.h" +#include "soap_version.h" + #if GSOAP_VERSION <= 20602 #define __lb__GetVersion __ns1__GetVersion #define __lb__JobStatus __ns1__JobStatus