From 7946384fab1acb23d3dd1a88fd370fcd1a3e68fe Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 6 May 2014 23:04:01 +0200 Subject: artwork: added include strdupa.h to fix build on freebsd (bug #1086) --- plugins/artwork/artwork.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/artwork') 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 #endif +#include "../../strdupa.h" + #define min(x,y) ((x)<(y)?(x):(y)) //#define trace(...) { fprintf(stderr, __VA_ARGS__); } -- cgit v1.2.3