mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-27 00:36:59 +08:00
Now needs to include <ctype.h>.
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "access/gist.h"
|
||||
|
||||
Reference in New Issue
Block a user