summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/artwork/artwork.c3
-rw-r--r--plugins/cdda/cdda.c3
-rw-r--r--plugins/converter/converter.c3
-rw-r--r--plugins/converter/convgui.c3
4 files changed, 12 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
diff --git a/plugins/cdda/cdda.c b/plugins/cdda/cdda.c
index 9813b2a5..d970e4fe 100644
--- a/plugins/cdda/cdda.c
+++ b/plugins/cdda/cdda.c
@@ -26,6 +26,9 @@
#include <string.h>
#include <assert.h>
#include <sys/types.h>
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
#if HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
diff --git a/plugins/converter/converter.c b/plugins/converter/converter.c
index 956e4586..72a5ddf5 100644
--- a/plugins/converter/converter.c
+++ b/plugins/converter/converter.c
@@ -19,6 +19,9 @@
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
#if HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c
index 712c6f24..9c65fb9c 100644
--- a/plugins/converter/convgui.c
+++ b/plugins/converter/convgui.c
@@ -19,6 +19,9 @@
#ifdef HAVE_CONFIG_H
# include "../../config.h"
#endif
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
#if HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif