Now needs to include <ctype.h>.

This commit is contained in:
Tom Lane 2004-06-12 20:31:43 +00:00
parent 4832c53e10
commit 83db69bebc
1 changed files with 1 additions and 0 deletions

View File

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