X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=8eb0599fba5e3089057f83dcb717345c6e0194d5;hp=7fc4ae069e0ad70902aaa1c9ff2e9721212e7392;hb=a547c6b5cf58abbfd8afd46a661cc4a9fe6f3214;hpb=5440b8c0464829022a0ba5dd5daa931b15712a11 diff --git a/exec.c b/exec.c index 7fc4ae06..8eb0599f 100644 --- a/exec.c +++ b/exec.c @@ -1,16 +1,18 @@ /* - * Copyright (C) 2003-2009 Andre Noll + * Copyright (C) 2003-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file exec.c Helper functions for spawning new processes. */ -#include + +#include + #include "para.h" #include "close_on_fork.h" #include "error.h" -#include "string.h" #include "fd.h" +#include "string.h" /** * Spawn a new process and redirect fd 0, 1, and 2.