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 --- conf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.c') diff --git a/conf.c b/conf.c index eff15de5..9b2a75da 100644 --- a/conf.c +++ b/conf.c @@ -25,6 +25,9 @@ #include #include #include +#if HAVE_SYS_CDEFS_H +#include +#endif #if HAVE_SYS_SYSLIMITS_H #include #endif -- cgit v1.2.3