More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere.
This commit is contained in:
parent
d8d4cfbf01
commit
2a6ea38718
7 changed files with 50 additions and 94 deletions
|
@ -25,6 +25,8 @@
|
|||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
#ifndef ZT_LWIPSTACK_H
|
||||
#define ZT_LWIPSTACK_H
|
||||
|
||||
#include "lwip/mem.h"
|
||||
#include "lwip/pbuf.h"
|
||||
|
@ -36,9 +38,6 @@
|
|||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#ifndef LWIPSTACK_H
|
||||
#define LWIPSTACK_H
|
||||
|
||||
#ifdef D_GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue