diff options
Diffstat (limited to 'src/include/utils/acl.h')
-rw-r--r-- | src/include/utils/acl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 95e68fdf075..e8c2cf0ae29 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.20 1999/07/09 03:28:53 momjian Exp $ + * $Id: acl.h,v 1.20.2.1 1999/07/30 17:07:22 scrappy Exp $ * * NOTES * For backward-compatability purposes we have to allow there @@ -22,8 +22,9 @@ #ifndef ACL_H #define ACL_H -#include <nodes/parsenodes.h> -#include <utils/array.h> +#include "nodes/parsenodes.h" +#include "utils/array.h" +#include "utils/memutils.h" /* * AclId system identifier for the user, group, etc. |