From 1180f4ebc10f54caf4dcc13492b7ef42daac6190 Mon Sep 17 00:00:00 2001 From: arighi Date: Thu, 3 Mar 2011 11:35:20 +0000 Subject: [PATCH] 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 --- bertos/cpu/types.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1