From a2664054c5c68315f2b33ec43cfc648f3770e426 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 18 Feb 2010 23:09:30 +0000 Subject: [PATCH] Always include netstack.h --- 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 be3855836..d7c80cc8b 100644 --- a/core/contiki-net.h +++ b/core/contiki-net.h @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: contiki-net.h,v 1.6 2008/10/14 09:40:56 julienabeille Exp $ + * $Id: contiki-net.h,v 1.7 2010/02/18 23:09:30 adamdunkels Exp $ */ #ifndef __CONTIKI_NET_H__ #define __CONTIKI_NET_H__ @@ -56,4 +56,6 @@ #include "net/rime.h" +#include "net/netstack.h" + #endif /* __CONTIKI_NET_H__ */