X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/dabab7c78d2a621f1a6c22b14ec29b7fa7f4ad6e..184388a94edb6435175bf59c54b8579c93a19d07:/projects/rlm_stg/libradius.h?ds=sidebyside diff --git a/projects/rlm_stg/libradius.h b/projects/rlm_stg/libradius.h index ea35a2a7..25cb98e1 100644 --- a/projects/rlm_stg/libradius.h +++ b/projects/rlm_stg/libradius.h @@ -28,12 +28,16 @@ //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>