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__ */