From b935bf493e763deb419671e99b08e9c1aecce630 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 21 Jun 2013 15:55:06 -0400 Subject: [PATCH] roken: include limits.h unconditionally Everywhere that roken is used supports limits.h. The behavior of roken should not depend on whether or not the including application includes limits.h before or after roken.h. Include limits.h in roken.h and be done with it. Change-Id: Id0be5487c791592dfe722ce880b8400bb16d05b1 --- lib/roken/roken.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 52a786c75..cf1b63b75 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -39,6 +39,7 @@ #include #endif #include +#include #include #ifndef ROKEN_LIB_FUNCTION