Now needs to include <ctype.h>.

REL8_0_STABLE
Tom Lane 22 years ago
parent 4832c53e10
commit 83db69bebc
  1. 1
      contrib/tsearch/query.c

@ -10,6 +10,7 @@
*/
#include "postgres.h"
#include <ctype.h>
#include <float.h>
#include "access/gist.h"

Loading…
Cancel
Save