aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/files/patch-pathplan::shortest.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/files/patch-pathplan::shortest.c')
-rw-r--r--graphics/graphviz/files/patch-pathplan::shortest.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/graphviz/files/patch-pathplan::shortest.c b/graphics/graphviz/files/patch-pathplan::shortest.c
new file mode 100644
index 00000000000..b88a516f54d
--- /dev/null
+++ b/graphics/graphviz/files/patch-pathplan::shortest.c
@@ -0,0 +1,12 @@
+--- pathplan/shortest.c.orig Tue Apr 18 05:56:48 2000
++++ pathplan/shortest.c Thu Nov 8 17:13:03 2001
+@@ -11,7 +11,9 @@
+
+ #include <stdlib.h>
+ #include <stdio.h>
++#ifndef __STDC__
+ #include <malloc.h>
++#endif
+ #include <limits.h>
+ #include <math.h>
+ #include "pathplan.h"