diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h index a208cc8..2327ab1 100644 --- a/src/parse.h +++ b/src/parse.h @@ -61,6 +61,7 @@ in this Software without prior written authorization from The Open Group. #define PARSE_H #include "list.h" +#include "gram.h" extern void assign_var_savecolor(void); extern int do_single_keyword(int keyword); |