update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strnicmp.c
index 30563e9..b19a8a8 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/string.h>
+#include <msvcrt/ctype.h>
 
 int _strnicmp(const char *s1, const char *s2, size_t n)
 {