X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ab6a99677293c9ddb96a717f03b8a009e98ab955..fca2d0061780c5e7fb8b11a9fa2b618137b3cc8e:/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)