diff options
author | tg <tg@FreeBSD.org> | 2001-11-09 20:38:54 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-11-09 20:38:54 +0800 |
commit | 8edacef0925136c6dedfd6e332f46f883ce30fee (patch) | |
tree | 3bd185415669c5b5bf111f374f224de7181faa78 /graphics/graphviz/files/patch-pathplan::shortest.c | |
parent | c8f33d0a9b0575ea98ec8eaa5c88e2a8d1543714 (diff) | |
download | freebsd-ports-graphics-8edacef0925136c6dedfd6e332f46f883ce30fee.tar.gz freebsd-ports-graphics-8edacef0925136c6dedfd6e332f46f883ce30fee.tar.zst freebsd-ports-graphics-8edacef0925136c6dedfd6e332f46f883ce30fee.zip |
Upgrade to 1.7.7.
Diffstat (limited to 'graphics/graphviz/files/patch-pathplan::shortest.c')
-rw-r--r-- | graphics/graphviz/files/patch-pathplan::shortest.c | 12 |
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" |