Add back headers mandated by SUSv2
authorfcusack <fcusack>
Tue, 9 Jul 2002 09:34:10 +0000 (09:34 +0000)
committerfcusack <fcusack>
Tue, 9 Jul 2002 09:34:10 +0000 (09:34 +0000)
src/modules/rlm_x99_token/x99_rlm.c

index 116b607..58c9369 100644 (file)
 
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 #include <sys/stat.h>
+#include <unistd.h>
 #include <fcntl.h>
+#include <time.h>
 #include <netinet/in.h>        /* htonl() */
 
 #ifdef FREERADIUS