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 fe7b2e8f1c4aa32c9f4e2965cc5dd55976a1d13a..cde6a991b195650c14be0669776851174bdfd9aa 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+#include <sys/types.h>
+
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
index b5305e8f3d9f639b265daa1c2f65d62844443203..5d84c5d7292d69a4688a48ed111cf8b015f11a34 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+#include <sys/types.h>
+
 #include <stdlib.h>
 #include <string.h>
 #include <syslog.h>