Various minor portability fixes.
[fwd] / acl.h
diff --git a/acl.h b/acl.h
index 45b8a40..21f398d 100644 (file)
--- a/acl.h
+++ b/acl.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acl.h,v 1.2 1999/07/26 23:28:16 mdw Exp $
+ * $Id: acl.h,v 1.3 1999/07/27 18:30:53 mdw Exp $
  *
  * Access control list handling
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: acl.h,v $
+ * Revision 1.3  1999/07/27 18:30:53  mdw
+ * Various minor portability fixes.
+ *
  * Revision 1.2  1999/07/26 23:28:16  mdw
  * Minor modifications for new design.
  *
@@ -48,6 +51,7 @@
 
 #include <stdio.h>
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>