diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
commit | 2c49183c80a47c4aa0a8ef3eea5da415d1cc8a32 (patch) | |
tree | 59454a97a765e8564fe79598dbf57d457d8487f7 /src/include/utils/acl.h | |
parent | 710add2942db738ee6b7331598a4395ce10cab4f (diff) |
Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
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. |