From: František Dvořák Date: Wed, 17 Oct 2007 09:49:37 +0000 (+0000) Subject: Strange build error fix after merge. X-Git-Tag: org-gridsite-core_R_1_5_3~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e74db6250876b8ef3c06f29a6612750ffee63cee;p=jra1mw.git Strange build error fix after merge. --- diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index b10eb45..45d31a4 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -10,6 +10,7 @@ #include "glite/lb/lb_plain_io.h" #include "glite/lb/authz.h" #include "glite/lb/connpool.h" +#include "glite/lb/padstruct.h" #ifdef __cplusplus extern "C" { @@ -43,7 +44,7 @@ glite_lb_padded_struct(_edg_wll_ConnProxy,12, typedef struct _edg_wll_ConnProxy edg_wll_ConnProxy; -glite_lb_padded_struct(_edg_wll_Context,120, +glite_lb_padded_struct(_edg_wll_Context,150, /* Error handling */ int errCode; /* recent error code */ char *errDesc; /* additional error description */