summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-06 23:04:01 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-06 23:04:01 +0200
commit7946384fab1acb23d3dd1a88fd370fcd1a3e68fe (patch)
tree3e53f203e70617c21cc27ae982649f86172f8526 /plugins/artwork
parent64b2990ea0828057747ce1aaaf1c9b5f5adce6e1 (diff)
artwork: added include strdupa.h to fix build on freebsd (bug #1086)
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/artwork.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index fa1a3f3b..30f973f0 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -66,6 +66,8 @@ static uintptr_t imlib_mutex;
#include <FLAC/metadata.h>
#endif
+#include "../../strdupa.h"
+
#define min(x,y) ((x)<(y)?(x):(y))
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }