aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-12-01 21:35:18 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-12-01 21:35:18 +0100
commitb24304ebe9d45044db4798f904d55cc26bca977c (patch)
treec65dd1f1e3bb4c63be855143c6ddfd8522424c17 /pacredir.h
parentd95a2a13593224986628ceff346eed07007c199c (diff)
downloadpaccache-b24304ebe9d45044db4798f904d55cc26bca977c.tar.gz
paccache-b24304ebe9d45044db4798f904d55cc26bca977c.tar.zst
Use systemd service manager notification
Notify systemd service manager when our initialization sequence completed.
Diffstat (limited to 'pacredir.h')
-rw-r--r--pacredir.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pacredir.h b/pacredir.h
index e412db7..7dead59 100644
--- a/pacredir.h
+++ b/pacredir.h
@@ -24,6 +24,9 @@
#include <sys/stat.h>
#include <time.h>
+/* systemd headers */
+#include <systemd/sd-daemon.h>
+
/* Avahi headers */
#include <avahi-client/lookup.h>
#include <avahi-common/error.h>