[PATCH] radiusd.h: fix error "expected specifier-qualifier-list before 'RADCLIENT' "
Signed-off-by: Wang Tinggong <wangtinggong@gmail.com> --- src/include/radiusd.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/include/radiusd.h b/src/include/radiusd.h index 8ec5bbb..486cbe0 100644 --- a/src/include/radiusd.h +++ b/src/include/radiusd.h @@ -104,9 +104,6 @@ typedef struct auth_req REQUEST; typedef struct radclient_list RADCLIENT_LIST; -#include <freeradius-devel/smodule.h> - - /* * See util.c */ @@ -153,6 +150,7 @@ typedef struct radclient { #endif } RADCLIENT; +#include <freeradius-devel/smodule.h> /* * For listening on multiple IP's and ports. -- 1.6.0.6
Please do not CC me on messages to this list. I already subscribe. Getting two copies of the same message is annoying. Alan DeKok.
Wang Tinggong wrote:
typedef struct radclient_list RADCLIENT_LIST;
-#include <freeradius-devel/smodule.h> - - /* * See util.c */ @@ -153,6 +150,7 @@ typedef struct radclient { #endif } RADCLIENT;
+#include <freeradius-devel/smodule.h>
/* * For listening on multiple IP's and ports.
I have no idea why this patch would be necessary. Are you sure your compiler is working? And the patch is against the git "master" tree. All new development is being done on the "stable" branch. Alan DeKok.
participants (2)
-
Alan DeKok -
Wang Tinggong