From: erg <devnull@localhost>
Date: Fri, 26 Jun 2009 18:35:35 +0000 (+0000)
Subject: Make sure types in gvpr.h are defined
X-Git-Tag: LAST_LIBGRAPH~32^2~1864
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b9674f02ed5fea7c3740ff4ee188d2c452ce76c;p=graphviz

Make sure types in gvpr.h are defined
---

diff --git a/lib/gvpr/gvpr.h b/lib/gvpr/gvpr.h
index 925daf69f..72361725b 100644
--- a/lib/gvpr/gvpr.h
+++ b/lib/gvpr/gvpr.h
@@ -21,6 +21,7 @@ extern "C" {
 #ifndef GVPR_H
 #define GVPR_H
 
+#include "ast_common.h"
 #include "cgraph.h"
 
   /* If set, gvpr calls exit() on errors */