From: arighi Date: Tue, 25 May 2010 15:49:52 +0000 (+0000) Subject: triface: add a missing include in the triface example. X-Git-Tag: 2.5.0~91 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8787c32c5df4311a7ae38e7f5717c675821a7067;hp=e66650f59afd2d01c4ebc809421dd4b5ff847818;p=bertos.git triface: add a missing include in the triface example. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3826 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/triface/examples/triface/main.c b/boards/triface/examples/triface/main.c index 805ce443..045e6522 100644 --- a/boards/triface/examples/triface/main.c +++ b/boards/triface/examples/triface/main.c @@ -59,6 +59,7 @@ #include #include #include +#include #include #include