From: asterix Date: Mon, 1 Dec 2008 13:03:07 +0000 (+0000) Subject: Add missing include. X-Git-Tag: 2.1.0~738 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f99a39855be6c5a0d87166b8dfb28d56a3ce0bc2;p=bertos.git Add missing include. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1944 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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;