branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / spawnvpe.c
index bdad981..fdafde3 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <crtdll/process.h>
-#include <crtdll/errno.h>
+#include <msvcrt/process.h>
+#include <msvcrt/errno.h>
 
 
 int _spawnvpe(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv)