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-edgepaintmain-include.patch
1
--- graphviz-2.38.0/cmd/edgepaint/edgepaintmain.c 2014-04-13 13:40:25.000000000 -0700
2
+++ src/cmd/edgepaint/edgepaintmain.c 2016-04-03 10:46:38.532882314 -0700
3
@@ -27,7 +27,7 @@
4
#include <cgraph.h>
5
#include <agxbuf.h>
6
#include <ingraphs.h>
7
-#include <pointset.h>
8
+#include "pointset.h"
9
#ifdef HAVE_GETOPT_H
10
#include <getopt.h>
11
#else