]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
remove ast.h-include from lexer.h to parser.c...
[xonotic/gmqcc.git] / parser.c
index ce1b212071b3910e2c9fb868e46f2b74f73c37ea..425668225f2ee37c21be88d8c1ab4bbf40bc17b1 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
  *     Wolfgang Bumiller
  *     Dale Weiler
  * 
@@ -26,6 +26,7 @@
 
 #include "gmqcc.h"
 #include "lexer.h"
+#include "ast.h"
 
 /* beginning of locals */
 #define PARSER_HT_LOCALS  2