diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:02:50 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:02:50 -0800 |
| commit | 2a6ea387180e76ae934a9d653adb7aa5f9fa479f (patch) | |
| tree | 2cae267a5431227a6ed218144d18a7513b6d290a /netcon/LWIPStack.hpp | |
| parent | d8d4cfbf0150de930504b02ee0dd8854afa558b0 (diff) | |
| download | infinitytier-2a6ea387180e76ae934a9d653adb7aa5f9fa479f.tar.gz infinitytier-2a6ea387180e76ae934a9d653adb7aa5f9fa479f.zip | |
More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere.
Diffstat (limited to 'netcon/LWIPStack.hpp')
| -rw-r--r-- | netcon/LWIPStack.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/netcon/LWIPStack.hpp b/netcon/LWIPStack.hpp index 7d6211df..fedbdd5f 100644 --- a/netcon/LWIPStack.hpp +++ b/netcon/LWIPStack.hpp @@ -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 |
