From f8fda03d12971361781546e3f74d1a703d1841c3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 25 Aug 1997 19:41:52 +0000 Subject: pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h. --- src/bin/psql/stringutils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bin/psql/stringutils.c') diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 6237aa5e301..cae0e7405be 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.9 1997/08/19 21:36:56 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.10 1997/08/25 19:41:52 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,6 +16,7 @@ #include #include +#include "postgres.h" #ifndef HAVE_STRDUP #include "strdup.h" #endif -- cgit v1.2.3