diff options
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 3 |
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> |