From 91fd7b03788b29ae8cd7d09277d2f7ca32aba26c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 7 Oct 2016 09:54:54 +0200 Subject: use libmagic to decide whether to search for media artwork --- mpd-notification.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mpd-notification.h') 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 #include +#include +#include + #ifdef HAVE_LIBAV #include +#include #endif -#include -#include #include "config.h" #include "version.h" -- cgit v1.2.3-54-g00ecf