X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=daemon.git;a=blobdiff_plain;f=pidfile.c;h=58790d36ffa3571751ffbbc03d4d01b1b5765c9d;hp=8fc42c9ae621bc371085ae4b83ceadf6273cf513;hb=6e4ae67707e59745fe403a02b45df0817055d7e8;hpb=7162d53967117a8eda4257244327d63f95633783 diff --git a/pidfile.c b/pidfile.c index 8fc42c9..58790d3 100644 --- a/pidfile.c +++ b/pidfile.c @@ -24,8 +24,11 @@ * SUCH DAMAGE. */ +#include "config.h" + #include "pidfile.h" #include "flopen.h" +#include "getprogname.h" #include #include @@ -36,7 +39,6 @@ #include #include #include -#include #include static int _pidfile_remove(struct pidfh *pfh, int freeit);