aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz/files/patch-pathplan::shortest.c
blob: b88a516f54d1412d53439a136e4cec5257936a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"