summaryrefslogtreecommitdiff
path: root/osdep/OSXEthernetTap.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 19:03:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-08 19:03:30 -0700
commit7192fe6d15265a8f3ae65631e464837fd396d4b6 (patch)
tree573513ef5e480780bfc4d35a899f683511d65c9f /osdep/OSXEthernetTap.hpp
parentd76133046518e71025000ec6322f5b8f1c98529f (diff)
downloadinfinitytier-7192fe6d15265a8f3ae65631e464837fd396d4b6.tar.gz
infinitytier-7192fe6d15265a8f3ae65631e464837fd396d4b6.zip
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
Diffstat (limited to 'osdep/OSXEthernetTap.hpp')
-rw-r--r--osdep/OSXEthernetTap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/OSXEthernetTap.hpp b/osdep/OSXEthernetTap.hpp
index efcb550f..2c9e6217 100644
--- a/osdep/OSXEthernetTap.hpp
+++ b/osdep/OSXEthernetTap.hpp
@@ -33,8 +33,8 @@
#include <stdexcept>
-#include "../node/EthernetTap.hpp"
-#include "../node/Thread.hpp"
+#include "EthernetTap.hpp"
+#include "Thread.hpp"
namespace ZeroTier {