Fix the includes to work with new structure
authorpnixon <pnixon>
Tue, 27 Feb 2007 13:20:08 +0000 (13:20 +0000)
committerpnixon <pnixon>
Tue, 27 Feb 2007 13:20:08 +0000 (13:20 +0000)
src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c

index 55f1571..8ce1fca 100644 (file)
@@ -34,8 +34,8 @@
  */
 
 #include "config.h"
-#include "autoconf.h"
-#include "libradius.h"
+#include "freeradius-devel/autoconf.h"
+#include "freeradius-devel/libradius.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <netinet/in.h>
 
-#include "radiusd.h"
-#include "modules.h"
-#include "conffile.h"
-#include "modpriv.h"
+#include "freeradius-devel/radiusd.h"
+#include "freeradius-devel/modules.h"
+#include "freeradius-devel/conffile.h"
+#include "freeradius-devel/modpriv.h"
 
 #include "rlm_sql.h"