summaryrefslogtreecommitdiff
path: root/node/WindowsEthernetTap.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-05-23 16:21:57 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-05-23 16:21:57 -0700
commit2861229558dedebaaab5944b9d30cfb21f6d02d8 (patch)
treea86e287dfa2d637bf391a123d330f00ac563813d /node/WindowsEthernetTap.hpp
parentf939d0ee62623aaec7dde04d1dda7a70a11007cc (diff)
downloadinfinitytier-2861229558dedebaaab5944b9d30cfb21f6d02d8.tar.gz
infinitytier-2861229558dedebaaab5944b9d30cfb21f6d02d8.zip
Windows build fixes for MAC changes (in tap driver), some comments and cleanup in MAC.hpp.
Diffstat (limited to 'node/WindowsEthernetTap.hpp')
-rw-r--r--node/WindowsEthernetTap.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/WindowsEthernetTap.hpp b/node/WindowsEthernetTap.hpp
index 6cee9bce..80db453e 100644
--- a/node/WindowsEthernetTap.hpp
+++ b/node/WindowsEthernetTap.hpp
@@ -39,6 +39,7 @@
#include "EthernetTap.hpp"
#include "Mutex.hpp"
#include "Thread.hpp"
+#include "Array.hpp"
#include <WinSock2.h>
#include <Windows.h>