From a97285863ea7330d91d893299737a2a88e7df686 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 19 Mar 2007 00:33:11 +0000 Subject: [PATCH] + energest.h --- core/contiki.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/contiki.h b/core/contiki.h index 0ec6965ee..e245b32aa 100644 --- a/core/contiki.h +++ b/core/contiki.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: contiki.h,v 1.1 2006/06/17 22:41:15 adamdunkels Exp $ + * $Id: contiki.h,v 1.2 2007/03/19 00:33:11 adamdunkels Exp $ */ #ifndef __CONTIKI_H__ #define __CONTIKI_H__ @@ -52,4 +52,6 @@ #include "sys/loader.h" #include "sys/clock.h" +#include "lib/energest.h" + #endif /* __CONTIKI_H__ */