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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osnet/BSDRoutingTable.cpp') diff --git a/osnet/BSDRoutingTable.cpp b/osnet/BSDRoutingTable.cpp index fede9cce..63dd5cef 100644 --- a/osnet/BSDRoutingTable.cpp +++ b/osnet/BSDRoutingTable.cpp @@ -43,7 +43,7 @@ #include #include -#include "../Constants.hpp" +#include "../node/Constants.hpp" #include "BSDRoutingTable.hpp" // All I wanted was the bloody rounting table. I didn't expect the Spanish inquisition. -- cgit v1.2.3