X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=c855daa19e194ee5d6e432f89771b907bd909340;hp=011ece6d3d7689b34e793fb4b00f813afc324fc2;hb=395aeb9da9c9cc2febe91b5a906c72e59e217594;hpb=b3490104baea629c0d5c472abc63f24b4fe01000 diff --git a/daemon.c b/daemon.c index 011ece6d..c855daa1 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"