diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 20:13:29 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 20:13:29 -0400 |
| commit | df0a8e845086fe4cb097d8ce2618764e0258bbc1 (patch) | |
| tree | 244f87f7e1aab04a5325272e6730749a818077c0 /osnet/LinuxRoutingTable.hpp | |
| parent | 526435859ffea68903371916bc42b6f60d201eab (diff) | |
| download | infinitytier-df0a8e845086fe4cb097d8ce2618764e0258bbc1.tar.gz infinitytier-df0a8e845086fe4cb097d8ce2618764e0258bbc1.zip | |
Linux routing table now works.
Diffstat (limited to 'osnet/LinuxRoutingTable.hpp')
| -rw-r--r-- | osnet/LinuxRoutingTable.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osnet/LinuxRoutingTable.hpp b/osnet/LinuxRoutingTable.hpp index 9a5d3fd6..3c3c1008 100644 --- a/osnet/LinuxRoutingTable.hpp +++ b/osnet/LinuxRoutingTable.hpp @@ -28,7 +28,7 @@ #ifndef ZT_LINUXROUTINGTABLE_HPP #define ZT_LINUXROUTINGTABLE_HPP -#include "../RoutingTable.hpp" +#include "../node/RoutingTable.hpp" namespace ZeroTier { |
