diff --git a/reactos/lib/string/sscanf.c b/reactos/lib/string/sscanf.c index 39b28f22299..fdb2bc78363 100644 --- a/reactos/lib/string/sscanf.c +++ b/reactos/lib/string/sscanf.c @@ -5,7 +5,8 @@ #include #include #include -#include + +#define EOF (-1) /* helper function for *scanf. Returns the value of character c in the * given base, or -1 if the given character is not a digit of the base.