From f9e389d33e719d61ab432d688c035e1ca322ea66 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Sun, 25 Nov 2007 22:50:12 +0000 Subject: [PATCH] removed warning --- tools/cooja/config/contiki_template.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/cooja/config/contiki_template.c b/tools/cooja/config/contiki_template.c index 72966e9aa..fe68044e0 100644 --- a/tools/cooja/config/contiki_template.c +++ b/tools/cooja/config/contiki_template.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: contiki_template.c,v 1.5 2007/08/23 07:36:34 fros4943 Exp $ + * $Id: contiki_template.c,v 1.6 2007/11/25 22:50:12 fros4943 Exp $ */ /** @@ -36,8 +36,8 @@ /** * \file - * C code template for generating contiki source code files from COOJA - * Simulator. This file should not be compiled directly. + * C code template for generating Contiki main startup files from + * inside the COOJA Simulator. This file should not be compiled directly. * \author * Fredrik Osterlind */ @@ -68,6 +68,7 @@ #include "lib/simEnvChange.h" #include "lib/sensors.h" +#include "dev/cooja-radio.h" #include "sys/etimer.h" #include "sys/cooja_mt.h" #include "net/init-net.h"