diff --git a/reactos/lib/crtdll/string/strrev.c b/reactos/lib/crtdll/string/strrev.c index 4510839cb76..757ab08a20c 100644 --- a/reactos/lib/crtdll/string/strrev.c +++ b/reactos/lib/crtdll/string/strrev.c @@ -1,4 +1,4 @@ -#include +#include char * _strrev(char *s) {