From 194a40f4c5f2b7514461be7729734c3204d86e90 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 30 May 2012 23:19:36 +0200 Subject: added sys/cdefs.h include before sys/syslimits.h --- plugins/artwork/artwork.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/artwork') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 8f60455d..54f1f34a 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -10,6 +10,9 @@ #include #include #include +#if HAVE_SYS_CDEFS_H +#include +#endif #if HAVE_SYS_SYSLIMITS_H #include #endif -- cgit v1.2.3