X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=7f4aa6f528ef20b49f6dcd5234798db072436b6c;hp=cae63ea7f48488124085d79360458ee44b5620a8;hb=c36f5e92c572c8eaf77c227bce164b9e98a74a3e;hpb=002731cd3938f3be6b71651e56c062af1adcdec0;ds=sidebyside 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"