diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 06:54:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 06:54:38 +0000 |
commit | c9002ecb21a0dc64fc81a308a375c1c2b4001bfd (patch) | |
tree | 6ae104dcab3013e01850f8cee2f16e5af3fff336 /src/backend/tcop/aclchk.c | |
parent | 3cf53c1d8ae6aaa27c46b323d2b97aecd241e2f4 (diff) | |
download | postgresql-c9002ecb21a0dc64fc81a308a375c1c2b4001bfd.tar.gz postgresql-c9002ecb21a0dc64fc81a308a375c1c2b4001bfd.zip |
Produce a clean compile of backend...
Diffstat (limited to 'src/backend/tcop/aclchk.c')
-rw-r--r-- | src/backend/tcop/aclchk.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/tcop/aclchk.c b/src/backend/tcop/aclchk.c index 75353013c6f..f8d43fad005 100644 --- a/src/backend/tcop/aclchk.c +++ b/src/backend/tcop/aclchk.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.2 1996/10/31 05:55:24 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/Attic/aclchk.c,v 1.3 1996/11/03 06:52:29 scrappy Exp $ * * NOTES * See acl.h. @@ -15,12 +15,13 @@ *------------------------------------------------------------------------- */ #include <string.h> +#include "postgres.h" + #include "utils/acl.h" /* where declarations for this file goes */ #include "access/heapam.h" #include "access/htup.h" #include "access/tupmacs.h" #include "utils/builtins.h" -#include "utils/elog.h" #include "utils/palloc.h" #include "catalog/indexing.h" #include "catalog/catalog.h" |