summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-05-30 23:19:36 +0200
committerGravatar waker <wakeroid@gmail.com>2012-05-30 23:19:36 +0200
commit194a40f4c5f2b7514461be7729734c3204d86e90 (patch)
tree8668610e477e58be22ea8ababb6259e9602bed76 /plugins/artwork
parentadb3be459d614e1eba3e88a67cf1b3ec276e0960 (diff)
added sys/cdefs.h include before sys/syslimits.h
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/artwork.c3
1 files changed, 3 insertions, 0 deletions
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 <unistd.h>
#include <fnmatch.h>
#include <inttypes.h>
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
#if HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif