X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fprocess%2Fspawnvpe.c;h=fdafde3fbc7e23db6f5d6416ca6236647db77a41;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=bdad981f5ab9bd00896f3744ea7316792750f4fd;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/lib/crtdll/process/spawnvpe.c b/lib/crtdll/process/spawnvpe.c index bdad981..fdafde3 100644 --- a/lib/crtdll/process/spawnvpe.c +++ b/lib/crtdll/process/spawnvpe.c @@ -1,7 +1,7 @@ /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ -#include -#include +#include +#include int _spawnvpe(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv)