summaryrefslogtreecommitdiff
path: root/conf.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 /conf.c
parentadb3be459d614e1eba3e88a67cf1b3ec276e0960 (diff)
added sys/cdefs.h include before sys/syslimits.h
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index eff15de5..9b2a75da 100644
--- a/conf.c
+++ b/conf.c
@@ -25,6 +25,9 @@
#include <inttypes.h>
#include <errno.h>
#include <unistd.h>
+#if HAVE_SYS_CDEFS_H
+#include <sys/cdefs.h>
+#endif
#if HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif