From 7c88f16e47e55626e59be2dfc9cfc2e8c257649b Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 15 May 2007 07:47:54 +0000 Subject: [PATCH] Added Rime to default network include file --- core/contiki-net.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/contiki-net.h b/core/contiki-net.h index bcae76e6d..a829187a0 100644 --- a/core/contiki-net.h +++ b/core/contiki-net.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: contiki-net.h,v 1.2 2006/08/31 09:36:46 adamdunkels Exp $ + * $Id: contiki-net.h,v 1.3 2007/05/15 07:47:54 adamdunkels Exp $ */ #ifndef __CONTIKI_NET_H__ #define __CONTIKI_NET_H__ @@ -53,4 +53,6 @@ #include "net/psock.h" +#include "net/rime.h" + #endif /* __CONTIKI_NET_H__ */