Fixed linuxradio compilation issues with native and minimal-net

This commit is contained in:
Vladimir Pouzanov 2014-03-01 10:37:10 +00:00 committed by Vladimir Pouzanov
parent 4c8618e6ba
commit bd1b7d9814
2 changed files with 7 additions and 3 deletions

View file

@ -34,8 +34,9 @@
*/
#include "contiki.h"
#include "contiki-conf.h"
#ifdef linux
#if defined(linux) && UIP_CONF_IPV6
#include "linuxradio-drv.h"