]> granicus.if.org Git - postgresql/commitdiff
Now needs to include <ctype.h>.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 2004 20:31:43 +0000 (20:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 2004 20:31:43 +0000 (20:31 +0000)
contrib/tsearch/query.c

index 88b7f7e4cb236f372ab6ac48a37889624f8daeb5..c0e2cae9165b41293b806ebf76fbace1fc3da401 100644 (file)
@@ -10,6 +10,7 @@
  */
 #include "postgres.h"
 
+#include <ctype.h>
 #include <float.h>
 
 #include "access/gist.h"