From e74db6250876b8ef3c06f29a6612750ffee63cee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 17 Oct 2007 09:49:37 +0000 Subject: [PATCH] Strange build error fix after merge. --- org.glite.lb.common/interface/context-int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 1.8.2.3