Oops, missing #include "soap_version.h" so the detection didn't work.
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 13 Jun 2005 11:46:13 +0000 (11:46 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 13 Jun 2005 11:46:13 +0000 (11:46 +0000)
org.glite.lb.server/src/ws_query.c

index c67343c..fb30e49 100644 (file)
@@ -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