Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / main / xlat.c
index a90b9a4..9bbf470 100644 (file)
 static const char rcsid[] =
 "$Id$";
 
-#include       "autoconf.h"
+#include       <freeradius-devel/autoconf.h>
 
 #include       <stdio.h>
 #include       <stdlib.h>
 #include       <string.h>
 #include       <ctype.h>
 
-#include       "radiusd.h"
+#include       <freeradius-devel/radiusd.h>
 
-#include       "rad_assert.h"
+#include       <freeradius-devel/rad_assert.h>
 
 typedef struct xlat_t {
        char            module[MAX_STRING_LEN];