From 95c4d4a42f2b4457c64a87c45c7c170dfba6a7c4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 22 Jan 2013 11:01:59 +0100 Subject: Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/. --- lib/radsec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/radsec.c') diff --git a/lib/radsec.c b/lib/radsec.c index d14ad50..db406ae 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -19,11 +19,11 @@ #include #include "err.h" #include "debug.h" -#include "rsp_debug.h" +#include "radsecproxy/debug.h" #if defined (RS_ENABLE_TLS) #include -#include "rsp_list.h" -#include "../radsecproxy.h" +#include "radsecproxy/list.h" +#include "radsecproxy/radsecproxy.h" #endif /* Public functions. */ -- cgit v1.1