Various minor portability fixes.
[fwd] / acl.c
diff --git a/acl.c b/acl.c
index a7e448e..059ec9c 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acl.c,v 1.2 1999/07/26 23:28:15 mdw Exp $
+ * $Id: acl.c,v 1.3 1999/07/27 18:30:53 mdw Exp $
  *
  * Access control list handling
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: acl.c,v $
+ * Revision 1.3  1999/07/27 18:30:53  mdw
+ * Various minor portability fixes.
+ *
  * Revision 1.2  1999/07/26 23:28:15  mdw
  * Minor modifications for new design.
  *
@@ -46,6 +49,9 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <sys/types.h>
+#include <unistd.h>
+
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>