Don't depend on radsecproxy includes from parent directory
[libradsec.git] / lib / tls.c
index 6fcf5a0..5dd8860 100644 (file)
--- a/lib/tls.c
+++ b/lib/tls.c
@@ -13,7 +13,7 @@
 
 #include <regex.h>
 #include "rsp_list.h"
-#include "../radsecproxy.h"
+#include "radsecproxy.h"
 
 static struct tls *
 _get_tlsconf (struct rs_connection *conn, const struct rs_realm *realm)