More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user