X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=c855daa19e194ee5d6e432f89771b907bd909340;hp=011ece6d3d7689b34e793fb4b00f813afc324fc2;hb=6b2414cd3ea3437ffb39d25ddc60eeecf3194ebc;hpb=4036886aa97bab4d3d891f4fc9d4fcc75fb068b1 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"