Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / modules / rlm_linelog / rlm_linelog.c
index eb7f6a4..8b2c18f 100755 (executable)
@@ -21,7 +21,7 @@
  * Copyright 2004  Alan DeKok <aland@freeradius.org>
  */
 
-#include "autoconf.h"
+#include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -34,9 +34,9 @@
 #include <fcntl.h>
 #endif
 
-#include "radiusd.h"
-#include "modules.h"
-#include "conffile.h"
+#include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/modules.h>
+#include <freeradius-devel/conffile.h>
 
 
 static const char rcsid[] = "$Id$";