freebsd-ports/databases/pgrouting/files/patch-src_tsp_src_tsplib.c
Pawel Pekala 153083ca6d - Update to version 2.2.3 [1]
- Change maintainer's email address [1]
- Convert to USES=localbase

PR:		209569 [1]
Submitted by:	maintainer [1]
2016-05-27 14:46:46 +00:00

10 lines
266 B
C

--- src/tsp/src/tsplib.c.orig 2016-05-15 23:38:54 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 */