branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / execv.c
index d1d2bb8..01cc594 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <crtdll/process.h>
-#include <crtdll/stdlib.h>
+#include <msvcrt/process.h>
+#include <msvcrt/stdlib.h>
 
 int _execv(const char* szPath, char* const* szaArgv)
 {