]> granicus.if.org Git - graphviz/commitdiff
Add dummy A*info_t so that the include of graph.h compiles
authorEmden Gansner <erg@research.att.com>
Thu, 12 Jan 2012 20:59:10 +0000 (15:59 -0500)
committerEmden Gansner <erg@research.att.com>
Thu, 12 Jan 2012 20:59:10 +0000 (15:59 -0500)
lib/label/rectangle.c

index fba5da5408f05d0e03be5f7db2ab57a7c97a6ebc..d634291734b21c1445b4678adc6f01ad0ac5170b 100644 (file)
@@ -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