diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index b4b7d93abe9..af6f04965da 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -3,13 +3,12 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.5 2000/01/29 16:58:48 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.6 2000/02/16 13:15:26 momjian Exp $ */ #ifndef COMMON_H #define COMMON_H -#include <c.h> -#include <libpq-fe.h> +#include "libpq-fe.h" char * xstrdup(const char *string); |