diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 2033a4bd86b..1012de57d3f 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.99 2005/01/01 05:43:08 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.100 2005/01/08 22:51:13 tgl Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -19,7 +19,7 @@ #include <pwd.h> /* for getpwuid() */ #endif #include <sys/types.h> /* (ditto) */ -#include <unistd.h> /* for getuid() */ +#include <unistd.h> /* for geteuid() */ #else #include <win32.h> #endif |