10 lines
266 B
C
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 */
|
|
|