X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/e5398e091780133b1049bd87a75fbc299ed51749..00e3c0f1bbe99682debd4e34d3d3bd950f8c30cb:/acl.c diff --git a/acl.c b/acl.c index a7e448e..059ec9c 100644 --- 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 #include +#include +#include + #include #include #include