From 22a7ceee1c5d8154190c362b236cf81855ba5dd5 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 19 May 2008 08:00:18 +0000 Subject: [PATCH] Inclue macros for BV. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1274 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/arch_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bertos/cfg/arch_config.h b/bertos/cfg/arch_config.h index 6a597554..459bbabf 100644 --- a/bertos/cfg/arch_config.h +++ b/bertos/cfg/arch_config.h @@ -43,6 +43,8 @@ #ifndef ARCH_CONFIG_H #define ARCH_CONFIG_H +#include + /** * \name Architectures * \{ -- 2.25.1