]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/libradius.h
Log errors from plugins to server log.
[stg.git] / projects / rlm_stg / libradius.h
index ea35a2a76ecbd353736ed625ee679b5461e18e2f..25cb98e165fb6c410f518b7e11943c8ff8164244 100644 (file)
 //RCSIDH(libradius_h, "$Id: libradius.h,v 1.1 2010/08/14 04:13:52 faust Exp $")
 
 #include <errno.h>
+#include <time.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include "os_int.h"
+#include "stg/os_int.h"
 
+#ifdef FREE_BSD
+#include <sys/types.h>
+#endif
 #include <netinet/in.h>
 #include <sys/socket.h>