From b3ecbbd2eee285f4f8a2c1974ce3d928180d32dd Mon Sep 17 00:00:00 2001 From: nifi Date: Thu, 22 Mar 2007 18:22:11 +0000 Subject: [PATCH] fixed includes --- platform/esb/apps/burn-nodeid.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/esb/apps/burn-nodeid.c b/platform/esb/apps/burn-nodeid.c index 20ba82dbf..bbacd43d9 100644 --- a/platform/esb/apps/burn-nodeid.c +++ b/platform/esb/apps/burn-nodeid.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: burn-nodeid.c,v 1.1 2006/10/06 07:00:36 adamdunkels Exp $ + * $Id: burn-nodeid.c,v 1.2 2007/03/22 18:22:11 nifi Exp $ */ /** @@ -40,7 +40,8 @@ #include "node-id.h" #include "contiki.h" -#include "contiki-esb.h" +#include "dev/esb-sensors.h" +#include "dev/rs232.h" #include