]> gitweb @ CieloNegro.org - daemon.git/blobdiff - pidfile.c
getprogname(3) wasn't portable enough.
[daemon.git] / pidfile.c
index b699efb22949fdb53ef6749e457e63b540040440..58790d36ffa3571751ffbbc03d4d01b1b5765c9d 100644 (file)
--- a/pidfile.c
+++ b/pidfile.c
  * SUCH DAMAGE.
  */
 
+#include "config.h"
+
 #include "pidfile.h"
 #include "flopen.h"
+#include "getprogname.h"
 
 #include <sys/cdefs.h>
 #include <sys/file.h>