projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4832c53
)
Now needs to include <ctype.h>.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 12 Jun 2004 20:31:43 +0000
(20:31 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 12 Jun 2004 20:31:43 +0000
(20:31 +0000)
contrib/tsearch/query.c
patch
|
blob
|
history
diff --git
a/contrib/tsearch/query.c
b/contrib/tsearch/query.c
index 88b7f7e4cb236f372ab6ac48a37889624f8daeb5..c0e2cae9165b41293b806ebf76fbace1fc3da401 100644
(file)
--- a/
contrib/tsearch/query.c
+++ b/
contrib/tsearch/query.c
@@
-10,6
+10,7
@@
*/
#include "postgres.h"
+#include <ctype.h>
#include <float.h>
#include "access/gist.h"