More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere.

This commit is contained in:
Adam Ierymenko 2015-11-23 13:02:50 -08:00
parent d8d4cfbf01
commit 2a6ea38718
7 changed files with 50 additions and 94 deletions

View file

@ -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