Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / string / memicmp.c
index e95d771..ed76603 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/string.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/ctype.h>
+#include <msvcrt/string.h>
 
 int
 _memicmp(const void *s1, const void *s2, size_t n)