Include sys/types.h.
authorIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 23:17:02 +0000 (23:17 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 23:17:02 +0000 (23:17 +0000)
src/encr.c
src/protocol.c

index fe7b2e8..cde6a99 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+#include <sys/types.h>
+
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
index b5305e8..5d84c5d 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+#include <sys/types.h>
+
 #include <stdlib.h>
 #include <string.h>
 #include <syslog.h>