freebsd-ports/databases/pgrouting/files/patch-src_tsp_src_tsplib.c
Wen Heping e5e2d3f6b5 - Update to 2.2.2
PR:		209137
Submitted by:	coder@tuxfamily.org(maintainer)
2016-05-06 08:11:26 +00:00

10 lines
266 B
C

--- src/tsp/src/tsplib.c.orig 2016-04-28 19:50:17 UTC
+++ src/tsp/src/tsplib.c
@@ -85,6 +85,7 @@ THE SOFTWARE.
//#include <winsock2.h>
//#endif
#include <postgres.h>
+#include <stdlib.h>
#include <string.h> /* memcpy */
#include <math.h> /* exp */