diff options
Diffstat (limited to 'src/bin/psql/common.c')
| -rw-r--r-- | src/bin/psql/common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 81323ad0d6..ded8ecf2b1 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -3,15 +3,12 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.128 2006/08/29 22:48:55 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.129 2006/09/27 15:41:23 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" #include <ctype.h> -#ifndef HAVE_STRDUP -#include <strdup.h> -#endif #include <signal.h> #ifndef WIN32 #include <sys/time.h> |
