native/net/tapdev: Fix for new UIP_CONF_IPV6 handling.

This commit is contained in:
Robert Quattlebaum 2013-05-19 17:27:30 -07:00
parent 382308e6bf
commit 9c70e0e5cc
4 changed files with 16 additions and 7 deletions

View file

@ -31,6 +31,8 @@
*/
#include "contiki-net.h"
#include "net/uip.h"
#include "net/uipopt.h"
#if UIP_CONF_IPV6
#include "tapdev6.h"