diff options
| author | bryanh | 1996-11-26 03:20:35 +0000 |
|---|---|---|
| committer | bryanh | 1996-11-26 03:20:35 +0000 |
| commit | 5fdfb0bdb362f4793ef1b592650d9724b553d51e (patch) | |
| tree | 78b2ba34d86f98cc6c977a48dc2c5a158fe4919e /src/bin/psql/stringutils.c | |
| parent | 8679b1fd66b420d229967ebcabd6ae65216e765c (diff) | |
Make it compile on Ultrix. Thanks Erik Bertelson.
Diffstat (limited to 'src/bin/psql/stringutils.c')
| -rw-r--r-- | src/bin/psql/stringutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 72b42886c9..08e30ae0ed 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -15,6 +15,9 @@ #include <string.h> #include <ctype.h> #include <stdlib.h> + +#include <port-protos.h> /* for strdup() */ + #include "stringutils.h" /* all routines assume null-terminated strings! */ |
