X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fntdll%2Fstring%2Fstricmp.c;fp=lib%2Fntdll%2Fstring%2Fstricmp.c;h=dce78e32d5d896447a44c6fc697df09400262c34;hp=913ceef9eeecd9f382879f50a48599b899cae6e8;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3 diff --git a/lib/ntdll/string/stricmp.c b/lib/ntdll/string/stricmp.c index 913ceef..dce78e3 100644 --- a/lib/ntdll/string/stricmp.c +++ b/lib/ntdll/string/stricmp.c @@ -1,6 +1,6 @@ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ -#include -#include +#include +#include int _stricmp(const char *s1, const char *s2)