update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / spawnvp.c
index aecd80e..8a6862b 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 _spawnvp(int nMode, const char* szPath, char* const* szaArgv)
 {