Add includes to avoid missing prototype warning.
[TP_AL_C.git] / lexer / lexical_analyzer.c
index 9761aceaaa90b98f307d0b6e8ac46d4f241bc3fb..39c82e075169b69eb50ce895bc283227a45f72cc 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "global_vars.h"
 #include "print_helper.h"
+#include "lexical_analyzer.h"
 
 wint_t c;