chiark / gitweb /
Import release 0.08
[secnet.git] / secnet.h
index db3bee22da322090ac88af4d9d7d38b9abf089f4..35e06d10d0364a6ab6eb7a5b0aa6379fdec79299 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;