diff options
author | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-07-15 23:04:24 +0000 |
commit | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (patch) | |
tree | 297fe17b4ac326fa1078134f10099c074e4052e0 /src/backend/libpq/portalbuf.c | |
parent | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (diff) |
Change #include's to use <> and "" as appropriate.
Diffstat (limited to 'src/backend/libpq/portalbuf.c')
-rw-r--r-- | src/backend/libpq/portalbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/portalbuf.c b/src/backend/libpq/portalbuf.c index 81e1fea503f..c2b84ab2fa2 100644 --- a/src/backend/libpq/portalbuf.c +++ b/src/backend/libpq/portalbuf.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.17 1999/07/15 22:39:15 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.18 1999/07/15 23:03:14 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -50,7 +50,7 @@ #include <string.h> #include <sys/types.h> -#include <postgres.h> +#include "postgres.h" #include <libpq/libpq.h> /* where the declarations go */ |