From: arighi Date: Thu, 3 Mar 2011 11:35:20 +0000 (+0000) Subject: add missing header limits.h X-Git-Tag: 2.7.0~225 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1180f4ebc10f54caf4dcc13492b7ef42daac6190;p=bertos.git add missing header limits.h This also fixes a build bug of the demo application on recent Linux distro. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4741 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/types.h b/bertos/cpu/types.h index ebd34171..dcddaa59 100644 --- a/bertos/cpu/types.h +++ b/bertos/cpu/types.h @@ -43,6 +43,7 @@ #include "detect.h" #include "attr.h" +#include #include /* for uintXX_t */ #if CPU_I196