diff options
| author | Tatsuo Ishii | 2001-02-27 08:13:31 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2001-02-27 08:13:31 +0000 |
| commit | 45df90d97b72495e346381b67890a8c5eecd45ce (patch) | |
| tree | 4d68ed7652a271a44dab2bd5149f8c071837d415 /src/bin/psql/stringutils.c | |
| parent | de57483cda9fa1f0b4501cb9ed3345cc64b59125 (diff) | |
Massive commits for SunOS4 port.
Diffstat (limited to 'src/bin/psql/stringutils.c')
| -rw-r--r-- | src/bin/psql/stringutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 6f5454fba1..9dfa7f4ddb 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -7,6 +7,7 @@ */ #include "postgres_fe.h" #include "stringutils.h" +#include "settings.h" #include <ctype.h> #include <assert.h> |
