projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5daa5
)
Add dummy A*info_t so that the include of graph.h compiles
author
Emden Gansner
<erg@research.att.com>
Thu, 12 Jan 2012 20:59:10 +0000
(15:59 -0500)
committer
Emden Gansner
<erg@research.att.com>
Thu, 12 Jan 2012 20:59:10 +0000
(15:59 -0500)
lib/label/rectangle.c
patch
|
blob
|
history
diff --git
a/lib/label/rectangle.c
b/lib/label/rectangle.c
index fba5da5408f05d0e03be5f7db2ab57a7c97a6ebc..d634291734b21c1445b4678adc6f01ad0ac5170b 100644
(file)
--- a/
lib/label/rectangle.c
+++ b/
lib/label/rectangle.c
@@
-24,6
+24,9
@@
#ifdef WITH_CGRAPH
#include <cgraph.h>
#else
+typedef int Agraphinfo_t;
+typedef int Agnodeinfo_t;
+typedef int Agedgeinfo_t;
#include <graph.h>
#endif