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