From 955821221377f31792ab14f0e5b168bc9043fa41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 13 Jun 2005 11:46:13 +0000 Subject: [PATCH] Oops, missing #include "soap_version.h" so the detection didn't work. --- org.glite.lb.server/src/ws_query.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.2.3