summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-pathplan::route.c
blob: be8cdd021fdeab33fd2e1e57f6d67f23c4d486c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pathplan/route.c.orig	Sun Oct 15 11:13:58 2000
+++ pathplan/route.c	Thu Nov  8 17:12:41 2001
@@ -11,7 +11,9 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#ifndef __STDC__
 #include <malloc.h>
+#endif
 #include <math.h>
 #include "pathplan.h"
 #include "solvers.h"