Fix build for some external components versions (including lcas header with gssapi...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 30 Mar 2010 19:36:51 +0000 (19:36 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 30 Mar 2010 19:36:51 +0000 (19:36 +0000)
org.glite.lb.server/src/lb_authz.c

index 4f8fd90..85ac4b8 100644 (file)
@@ -21,6 +21,8 @@ limitations under the License.
 #include <unistd.h>
 #include <errno.h>
 
+#include <glite/security/lcas/lcas_pem.h>
+#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 <glite/security/lcas/lcas_pem.h>
 
-#include "glite/security/voms/voms_apic.h"
 
 /* XXX should be defined in gridsite-gacl.h */
 GRSTgaclEntry *GACLparseEntry(xmlNodePtr cur);