diff options
author | Tom Lane | 2003-05-14 03:27:22 +0000 |
---|---|---|
committer | Tom Lane | 2003-05-14 03:27:22 +0000 |
commit | 78b08584b43d2608a10eb41e5d9430baa4d6f52a (patch) | |
tree | 8f7c8d117f45288ae9e1ef1e18041c55910d3793 /contrib/tablefunc/tablefunc.c | |
parent | f85f43dfb5b9043ea6b01d8b824c195cd7f9ed3c (diff) |
Fix various recent build and regression-test problems in contrib/.
Includes fixes from Joe Conway.
Diffstat (limited to 'contrib/tablefunc/tablefunc.c')
-rw-r--r-- | contrib/tablefunc/tablefunc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 81f68119f89..70df31d557f 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -32,6 +32,7 @@ #include "fmgr.h" #include "funcapi.h" #include "executor/spi.h" +#include "lib/stringinfo.h" #include "miscadmin.h" #include "utils/builtins.h" #include "utils/guc.h" |