src/main.c lacks some #include directives. As a result, building with future C compilers might fail because they default to a stricter language mode (implicit function declarations ceased to be part of the language with C99).
src/main.c
#include
Log in to post a comment.