diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 10:32:10 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 10:32:10 +0000 |
| commit | 0020e8790da4ead45c1e34fcf738d4a1a1f02735 (patch) | |
| tree | 2bfd47d06f31cb4b7b2167cafb3bf6702417a4d9 /src/backend/utils/init/findbe.c | |
| parent | 1d0dd471fa129cb795f08e5189f5db335aacabbb (diff) | |
| download | postgresql-0020e8790da4ead45c1e34fcf738d4a1a1f02735.tar.gz | |
Another directory that compiles with no errors, and few warnings
Diffstat (limited to 'src/backend/utils/init/findbe.c')
| -rw-r--r-- | src/backend/utils/init/findbe.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/utils/init/findbe.c b/src/backend/utils/init/findbe.c index 4a82105490..b20e6541e1 100644 --- a/src/backend/utils/init/findbe.c +++ b/src/backend/utils/init/findbe.c @@ -6,7 +6,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.1.1.1 1996/07/09 06:22:08 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.2 1996/11/06 10:31:52 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -20,8 +20,9 @@ #include <string.h> #include <sys/stat.h> #include <sys/types.h> +#include <unistd.h> -#include "c.h" +#include "postgres.h" #include "miscadmin.h" /* for DebugLvl */ #ifndef S_IRUSR /* XXX [TRH] should be in a header */ |
