X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fprocess%2Fspawnlp.c;h=4e9508017355bb1c756cd447168aff318510953b;hp=58ed2ede494a31b66fac79c8353d5a0dd1ef3bf4;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/lib/crtdll/process/spawnlp.c b/lib/crtdll/process/spawnlp.c index 58ed2ed..4e95080 100644 --- a/lib/crtdll/process/spawnlp.c +++ b/lib/crtdll/process/spawnlp.c @@ -1,7 +1,7 @@ /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ -#include -#include +#include +#include #include int _spawnlp(int nMode, const char* szPath, const char* szArgv0, ...)