From a48992622d54c6d5dbf5abe3022cfe5b06167261 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 10 Mar 2011 00:20:25 +0100 Subject: [PATCH 1/1] Don't miscompile without --enable-tls. Include err.h and debug.h even w/o RS_ENABLE_TLS. --- lib/radsec.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/radsec.c b/lib/radsec.c index ec43b2f..2ae515d 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -17,15 +17,14 @@ #include #include #include +#include "err.h" +#include "debug.h" +#include "rsp_debug.h" #if defined (RS_ENABLE_TLS) #include -#include "debug.h" -#include "err.h" #include "rsp_list.h" #include "../radsecproxy.h" #endif -#include "rsp_debug.h" - /* Public functions. */ int -- 2.1.4