X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=384c50b0d8980fd3a2b201d818c06926222f6b28;hp=d5cc42a1b2a8ce4388b82698e4f150d01e8ac254;hb=654a57aed094d4c4bfb4d71a7fdd54b1069465e0;hpb=5aa93c8dbc70f242f4108ce6c13607462a47170f diff --git a/lexer/print_helper.h b/lexer/print_helper.h index d5cc42a..384c50b 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -2,6 +2,7 @@ #define PRINT_HELPER_H_ #include +#include void pr_warning(const char *format, ...); void pr_error(const char *format, ...);