aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-10-07 09:54:54 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-10-07 09:54:54 +0200
commit91fd7b03788b29ae8cd7d09277d2f7ca32aba26c (patch)
tree38a53a9f472402dcb0f2898367520b20985d62c7 /mpd-notification.h
parentb3a0f6f65c9828314e60929dee16c0aa1de06158 (diff)
downloadmpd-notification-91fd7b03788b29ae8cd7d09277d2f7ca32aba26c.tar.gz
mpd-notification-91fd7b03788b29ae8cd7d09277d2f7ca32aba26c.tar.zst
use libmagic to decide whether to search for media artwork
Diffstat (limited to 'mpd-notification.h')
-rw-r--r--mpd-notification.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mpd-notification.h b/mpd-notification.h
index 591b763..bb27007 100644
--- a/mpd-notification.h
+++ b/mpd-notification.h
@@ -19,11 +19,13 @@
#include <unistd.h>
#include <iniparser.h>
+#include <libnotify/notify.h>
+#include <mpd/client.h>
+
#ifdef HAVE_LIBAV
#include <libavformat/avformat.h>
+#include <magic.h>
#endif
-#include <libnotify/notify.h>
-#include <mpd/client.h>
#include "config.h"
#include "version.h"