From 8437d95d82e650cca83ea8b28edf556d9c8f6ba8 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 15 May 2007 07:48:11 +0000 Subject: [PATCH] Added hard real-time rtimer to standard include file --- core/contiki.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/contiki.h b/core/contiki.h index e245b32aa..a9f77233f 100644 --- a/core/contiki.h +++ b/core/contiki.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: contiki.h,v 1.2 2007/03/19 00:33:11 adamdunkels Exp $ + * $Id: contiki.h,v 1.3 2007/05/15 07:48:11 adamdunkels Exp $ */ #ifndef __CONTIKI_H__ #define __CONTIKI_H__ @@ -44,6 +44,7 @@ #include "sys/timer.h" #include "sys/etimer.h" +#include "sys/rtimer.h" #include "sys/pt.h"