update for HEAD-2003021201
[reactos.git] / lib / crtdll / string / strdup.c
index 3214e4e..a84de36 100644 (file)
@@ -1,7 +1,7 @@
-
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/string.h>
-#include <crtdll/stdlib.h>
+#include <msvcrt/string.h>
+#include <msvcrt/stdlib.h>
+
 
 char *_strdup(const char *_s)
 {