Import release 0.09
[secnet] / secnet.h
index db3bee2..35e06d1 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -3,14 +3,14 @@
 #ifndef secnet_h
 #define secnet_h
 
+#include "config.h"
 #include <stdlib.h>
-#include <stdint.h>
 #include <stdarg.h>
 #include <syslog.h>
 #include <sys/poll.h>
+#include <sys/types.h>
+#include <sys/time.h>
 #include <netinet/in.h>
-#include "config.h"
-
 
 typedef char *string_t;
 typedef enum {False,True} bool_t;