summaryrefslogtreecommitdiff
path: root/tests/bison_nr_parser.y
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-07-25 17:41:50 +0200
committerWill Estes <westes575@gmail.com>2014-11-25 08:29:52 -0500
commit17c292bf03bccf4e808835f96f1260e6dd611b43 (patch)
tree7bda69680f38c02386604e7199bdb493fcb1084f /tests/bison_nr_parser.y
parentfef17765ca418361dd1260ae012d8f4a15d7f93c (diff)
downloadflex-git-17c292bf03bccf4e808835f96f1260e6dd611b43.tar.gz
Fix `implicit function declaration` warnings in tests
Diffstat (limited to 'tests/bison_nr_parser.y')
-rw-r--r--tests/bison_nr_parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bison_nr_parser.y b/tests/bison_nr_parser.y
index 01c5dfe..57e5c6c 100644
--- a/tests/bison_nr_parser.y
+++ b/tests/bison_nr_parser.y
@@ -30,6 +30,8 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
+#include "parser.h"
+#include "scanner.h"
#define YYERROR_VERBOSE 1
/* #define YYPARSE_PARAM scanner */