diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-07-28 09:08:56 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-07-28 09:08:56 -0700 |
| commit | f0199d67703277ee9891115bb618d7665ff7c32a (patch) | |
| tree | 14ef947da9d8029223aa17cbb67c1a064e3a254a /osnet/WindowsEthernetTap.cpp | |
| parent | f2d372545a9ba8fae54f0da4bf40569dff81f6b3 (diff) | |
| download | infinitytier-f0199d67703277ee9891115bb618d7665ff7c32a.tar.gz infinitytier-f0199d67703277ee9891115bb618d7665ff7c32a.zip | |
Windows routing table interface (untested).
Diffstat (limited to 'osnet/WindowsEthernetTap.cpp')
| -rw-r--r-- | osnet/WindowsEthernetTap.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/osnet/WindowsEthernetTap.cpp b/osnet/WindowsEthernetTap.cpp index 8541ce7c..4408dc46 100644 --- a/osnet/WindowsEthernetTap.cpp +++ b/osnet/WindowsEthernetTap.cpp @@ -25,8 +25,6 @@ * LLC. Start here: http://www.zerotier.com/ */ -#include "../Constants.hpp" - #include <stdio.h> #include <stdlib.h> #include <stdint.h> @@ -42,9 +40,10 @@ #include <nldef.h> #include <netioapi.h> -#include "../EthernetTap.hpp" -#include "../Utils.hpp" -#include "../Mutex.hpp" +#include "../node/Constants.hpp" +#include "../node/EthernetTap.hpp" +#include "../node/Utils.hpp" +#include "../node/Mutex.hpp" #include "WindowsEthernetTap.hpp" #include "..\windows\TapDriver\tap-windows.h" |
