update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / execvp.c
index 7dd5a22..72ce3bd 100644 (file)
@@ -1,7 +1,7 @@
-/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details *///#include <crtdll/stubs.h>
-//#include <crtdll/unistd.h>
-#include <crtdll/process.h>
-#include <crtdll/stdlib.h>
+/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details *///#include <msvcrt/stubs.h>
+//#include <msvcrt/unistd.h>
+#include <msvcrt/process.h>
+#include <msvcrt/stdlib.h>
 
 int _execvp(const char* szPath, char* const* szaArgv)
 {