summaryrefslogtreecommitdiff
path: root/plugins/converter/converter.c
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/converter/converter.c
parentadb3be459d614e1eba3e88a67cf1b3ec276e0960 (diff)
added sys/cdefs.h include before sys/syslimits.h
Diffstat (limited to 'plugins/converter/converter.c')
-rw-r--r--plugins/converter/converter.c3
1 files changed, 3 insertions, 0 deletions
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