Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / process / spawnlp.c
index 58ed2ed..4e95080 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>
 #include <stdarg.h>
 
 int _spawnlp(int nMode, const char* szPath, const char* szArgv0, ...)