From f99a39855be6c5a0d87166b8dfb28d56a3ce0bc2 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 1 Dec 2008 13:03:07 +0000 Subject: [PATCH] Add missing include. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1944 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/triface/boot/hw/hw_boot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/triface/boot/hw/hw_boot.h b/examples/triface/boot/hw/hw_boot.h index fa9bff4a..7bbb4817 100644 --- a/examples/triface/boot/hw/hw_boot.h +++ b/examples/triface/boot/hw/hw_boot.h @@ -44,6 +44,7 @@ #define HW_BOOT_H #include +#include /* Set up function pointer to RESET vector */ void (*rom_start)(void) NORETURN = 0x0000; -- 2.25.1