diff options
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index a46106d1d0..34a05fa6b1 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -3,9 +3,9 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.45 2001/01/27 21:49:58 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.46 2001/02/10 02:31:27 tgl Exp $ */ -#include "postgres.h" +#include "postgres_fe.h" #include "command.h" #include <errno.h> @@ -37,7 +37,6 @@ #include "variables.h" #ifdef MULTIBYTE -#include "miscadmin.h" #include "mb/pg_wchar.h" #else /* Grand unified hard-coded badness */ |