aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-01-05 16:17:04 +0100
committerChristian Hesse <mail@eworm.de>2017-01-05 16:17:04 +0100
commit6d9d889371a4c1852f12b2625ebff75fce033a8d (patch)
treecb8c1061e61c1a543e4a4ea873360c60e49bdb67 /mpd-notification.h
parentremove workaround from systemd unit (diff)
downloadmpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.gz
mpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.bz2
mpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.xz
mpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.tar.zst
mpd-notification-6d9d889371a4c1852f12b2625ebff75fce033a8d.zip
use systemd service manager notification
Diffstat (limited to 'mpd-notification.h')
-rw-r--r--mpd-notification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpd-notification.h b/mpd-notification.h
index 4cd20e5..7927a5b 100644
--- a/mpd-notification.h
+++ b/mpd-notification.h
@@ -18,6 +18,9 @@
#include <string.h>
#include <unistd.h>
+/* systemd headers */
+#include <systemd/sd-daemon.h>
+
#include <iniparser.h>
#include <libnotify/notify.h>
#include <mpd/client.h>