update for HEAD-2003021201
[reactos.git] / lib / crtdll / stdlib / strtol.c
index cbe7e18..1d32150 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include <limits.h>
-#include <crtdll/ctype.h>
-#include <crtdll/errno.h>
-#include <crtdll/stdlib.h>
-#include <crtdll/internal/file.h>
+#include <msvcrt/ctype.h>
+#include <msvcrt/errno.h>
+#include <msvcrt/stdlib.h>
+
 
 long
 strtol(const char *nptr, char **endptr, int base)