pgLatLon

diff latlon-v0009.c @ 51:133626ff7cb2

Include system's limits.h to avoid compiler error with PostgreSQL version 10.0
author jbe
date Thu Nov 09 23:28:32 2017 +0100 (2017-11-09)
parents 232da3c28d83
children aea107226f0c
line diff
     1.1 --- a/latlon-v0009.c	Thu Sep 28 02:17:53 2017 +0200
     1.2 +++ b/latlon-v0009.c	Thu Nov 09 23:28:32 2017 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  #include "access/gist.h"
     1.5  #include "access/stratnum.h"
     1.6  #include "utils/array.h"
     1.7 +#include <limits.h>
     1.8  #include <math.h>
     1.9  
    1.10  #ifdef PG_MODULE_MAGIC

Impressum / About Us