summaryrefslogtreecommitdiffstats
path: root/src/vhdlparser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlparser.y')
-rw-r--r--src/vhdlparser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdlparser.y b/src/vhdlparser.y
index 1389f23..41c81aa 100644
--- a/src/vhdlparser.y
+++ b/src/vhdlparser.y
@@ -60,6 +60,7 @@ struct YYMM
#include "vhdlscanner.h"
#include "commentscan.h"
#include "entry.h"
+#include "arguments.h"
//-----------------------------variables ---------------------------------------------------------------------------
static MyParserVhdl* myconv=0;