Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / modules / rlm_example / rlm_example.c
index 839d23c..689fd6a 100644 (file)
  * Copyright 2000  your name <your address>
  */
 
-#include "autoconf.h"
+#include <freeradius-devel/autoconf.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 
-#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$";