From f3a74d05913e05818c39b796968fda9277e213f9 Mon Sep 17 00:00:00 2001 From: rasky Date: Tue, 28 Sep 2010 18:00:55 +0000 Subject: [PATCH] SEC: add missing include git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4334 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/sec/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/sec/util.h b/bertos/sec/util.h index e8e0aa2f..36ce22f8 100644 --- a/bertos/sec/util.h +++ b/bertos/sec/util.h @@ -3,6 +3,7 @@ #include #include +#include /** * Purge local variables, by zeroing them. -- 2.25.1