summaryrefslogtreecommitdiff
path: root/osnet/WindowsEthernetTap.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-07-28 09:08:56 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-07-28 09:08:56 -0700
commitf0199d67703277ee9891115bb618d7665ff7c32a (patch)
tree14ef947da9d8029223aa17cbb67c1a064e3a254a /osnet/WindowsEthernetTap.cpp
parentf2d372545a9ba8fae54f0da4bf40569dff81f6b3 (diff)
downloadinfinitytier-f0199d67703277ee9891115bb618d7665ff7c32a.tar.gz
infinitytier-f0199d67703277ee9891115bb618d7665ff7c32a.zip
Windows routing table interface (untested).
Diffstat (limited to 'osnet/WindowsEthernetTap.cpp')
-rw-r--r--osnet/WindowsEthernetTap.cpp9
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"