update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strtoul.c
index 5a007e4..e966dff 100644 (file)
@@ -1,5 +1,5 @@
-#include <crtdll/string.h>
-#include <crtdll/ctype.h>
+#include <msvcrt/string.h>
+#include <msvcrt/ctype.h>
 
 unsigned long strtoul(const char *cp,char **endp,unsigned int base)
 {