X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=7f4aa6f528ef20b49f6dcd5234798db072436b6c;hp=cae63ea7f48488124085d79360458ee44b5620a8;hb=6df1cc12ccd144c028f9d4a38aea6bf80dc3e554;hpb=3cfb1d880ebf22546486316cb74cce21f007eb07 diff --git a/daemon.c b/daemon.c index cae63ea7..7f4aa6f5 100644 --- a/daemon.c +++ b/daemon.c @@ -5,12 +5,14 @@ */ /** \file daemon.c Some helpers for programs that detach from the console. */ -#include "para.h" -#include "daemon.h" + +#include #include #include /* getgrnam() */ #include +#include "para.h" +#include "daemon.h" #include "string.h" #include "color.h"