diff options
Diffstat (limited to 'src/port/sprompt.c')
-rw-r--r-- | src/port/sprompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/sprompt.c b/src/port/sprompt.c index 664d4bc606e..2e9712b2dcc 100644 --- a/src/port/sprompt.c +++ b/src/port/sprompt.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.5 2004/04/19 17:42:59 momjian Exp $ + * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.6 2004/06/24 18:53:48 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ * * Returns a malloc()'ed string with the input (w/o trailing newline). */ -#include "postgres.h" +#include "c.h" #ifdef HAVE_TERMIOS_H #include <termios.h> |