X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ab6a99677293c9ddb96a717f03b8a009e98ab955..f07d620ee8f70a91f6375fa376266242995e75dd:/nominatim/postgresql.h?ds=sidebyside 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)