X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/ab6a99677293c9ddb96a717f03b8a009e98ab955..f52038d010bd201cc886305dcdda8b7aca4bb5df:/nominatim/postgresql.h diff --git a/nominatim/postgresql.h b/nominatim/postgresql.h index ebece610..6a14e94e 100644 --- a/nominatim/postgresql.h +++ b/nominatim/postgresql.h @@ -7,6 +7,8 @@ #define PG_OID_INT8 20 #define PG_OID_INT4 23 +#include + #if __BYTE_ORDER == __BIG_ENDIAN #define PGint16(x) (x) #define PGint32(x) (x)