diff --git a/platform/esb/contiki-esb.h b/platform/esb/contiki-esb.h index 8b9013c1a..0a922eb14 100644 --- a/platform/esb/contiki-esb.h +++ b/platform/esb/contiki-esb.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: contiki-esb.h,v 1.1 2006/06/17 22:41:27 adamdunkels Exp $ + * @(#)$Id: contiki-esb.h,v 1.2 2006/10/09 11:55:16 adamdunkels Exp $ */ #ifndef __CONTIKI_ESB_H__ #define __CONTIKI_ESB_H__ @@ -68,6 +68,8 @@ #include "dev/leds.h" +#include "node-id.h" + void msp430_cpu_init(void); void init_lowlevel(void); void init_apps(void);