summaryrefslogtreecommitdiff
path: root/src/daemon/pidfile.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-19 14:43:49 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-19 14:43:49 +0100
commit744b4fff6063209b5e348ffc59df398a37c2c004 (patch)
tree80ae4a6f5f8fce452d3511fd5bfb91d01d1b81d9 /src/daemon/pidfile.c
parente0d923b209f0e310a3f6247b31d34930ca26fbaa (diff)
downloadwolfbones-744b4fff6063209b5e348ffc59df398a37c2c004.tar.gz
wolfbones-744b4fff6063209b5e348ffc59df398a37c2c004.tar.bz2
fixed include in pidfile.c
Diffstat (limited to 'src/daemon/pidfile.c')
-rw-r--r--src/daemon/pidfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/pidfile.c b/src/daemon/pidfile.c
index bdf23e5..bbcbbb7 100644
--- a/src/daemon/pidfile.c
+++ b/src/daemon/pidfile.c
@@ -7,7 +7,7 @@
#define DEFAULT_TEXT_DOMAIN "libwolf"
#include "port/gettext.h" /* for i18n */
-#include "pidfile.h"
+#include "daemon/pidfile.h"
#include "errors.h"
#include "log/log.h"