update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / execvpe.c
index b7393eb..c894f5f 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
 
-#include <crtdll/process.h>
+#include <msvcrt/process.h>
 
 int _execvpe(const char* szPath, char* const* szaArgv, char* const* szaEnv)
 {