chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add Graphviz (#526)
[termux-packages]
/
packages
/
graphviz
/
fix-gdefs-include.patch
1
--- graphviz-2.38.0/lib/gvpr/compile.c 2014-04-13 13:40:25.000000000 -0700
2
+++ src/lib/gvpr/compile.c 2016-04-03 06:35:21.867051986 -0700
3
@@ -43,7 +43,7 @@
4
#define MIN(a,b) ((a)<(b)?(a):(b))
5
#define MAX(a,b) ((a)>(b)?(a):(b))
6
7
-#include <gdefs.h>
8
+#include "gdefs.h"
9
10
#include "ctype.h"
11
#include "trie.c"