Build fix.

This commit is contained in:
Adrien Destugues
2021-01-26 20:05:05 +01:00
parent 52a54e1b51
commit f1d4377609
+3 -1
View File
@@ -32,7 +32,9 @@ extern FILE *stderr;
# define SEEK_END 2
#endif
#define EOF -1
#ifndef EOF
# define EOF (-1)
#endif
#define __PRINTFLIKE(a, b)