native/net/tapdev: Fix for new UIP_CONF_IPV6
handling.
This commit is contained in:
parent
382308e6bf
commit
9c70e0e5cc
4 changed files with 16 additions and 7 deletions
|
@ -33,6 +33,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "net/uip.h"
|
||||
#include "net/uipopt.h"
|
||||
|
||||
#if !UIP_CONF_IPV6
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -198,3 +203,5 @@ tapdev_exit(void)
|
|||
{
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
#endif /* !UIP_CONF_IPV6 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue