chiark / gitweb /
Import release 0.08
[secnet.git] / secnet.h
index 92740597008cca2364e56300b18b59c28633e362..35e06d10d0364a6ab6eb7a5b0aa6379fdec79299 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -8,9 +8,10 @@
 #include <stdarg.h>
 #include <syslog.h>
 #include <sys/poll.h>
+#include <sys/types.h>
+#include <sys/time.h>
 #include <netinet/in.h>
 
-
 typedef char *string_t;
 typedef enum {False,True} bool_t;