From b80c229d873ca51bf679ff9df90c8360dca5d0d7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 31 Jul 2014 14:09:32 -0700 Subject: Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 --- osnet/BSDRoutingTable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osnet/BSDRoutingTable.hpp') diff --git a/osnet/BSDRoutingTable.hpp b/osnet/BSDRoutingTable.hpp index c0e98943..b498d5ce 100644 --- a/osnet/BSDRoutingTable.hpp +++ b/osnet/BSDRoutingTable.hpp @@ -28,7 +28,7 @@ #ifndef ZT_BSDROUTINGTABLE_HPP #define ZT_BSDROUTINGTABLE_HPP -#include "../RoutingTable.hpp" +#include "../node/RoutingTable.hpp" namespace ZeroTier { -- cgit v1.2.3