From: František Dvořák Date: Tue, 30 Mar 2010 19:36:51 +0000 (+0000) Subject: Fix build for some external components versions (including lcas header with gssapi... X-Git-Tag: glite-lb-doc_R_1_1_3_1~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5285525dcdca7ee76f3340143221844e0714d523;p=jra1mw.git Fix build for some external components versions (including lcas header with gssapi.h before voms). --- diff --git a/org.glite.lb.server/src/lb_authz.c b/org.glite.lb.server/src/lb_authz.c index 4f8fd90..85ac4b8 100644 --- a/org.glite.lb.server/src/lb_authz.c +++ b/org.glite.lb.server/src/lb_authz.c @@ -21,6 +21,8 @@ limitations under the License. #include #include +#include +#include "glite/security/voms/voms_apic.h" #include "glite/lb/context-int.h" #include "lb_authz.h" #include "glite/lbu/log.h" @@ -33,9 +35,7 @@ limitations under the License. #include "glite/lbu/trio.h" #include "db_supp.h" #include "authz_policy.h" -#include -#include "glite/security/voms/voms_apic.h" /* XXX should be defined in gridsite-gacl.h */ GRSTgaclEntry *GACLparseEntry(xmlNodePtr cur);