X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=0bc4b116e621726a0f1cb963436881c94fa4e6bc;hp=3bcb6e019a442ddf7a8709759937a7d2bd603bf6;hb=5000a12ad288893d494ccd04d061752ed022d1d0;hpb=bd55215eb1f1c8d041170743dcee5e069d5706b8 diff --git a/daemon.c b/daemon.c index 3bcb6e01..0bc4b116 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"