diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-07-31 14:31:32 -0700 |
| commit | 98d426e1d5a2ef83cce7cf2d5b394adde886e58d (patch) | |
| tree | b5de19a403438711b1657918f31b493dcc0cfb68 /osnet/LinuxEthernetTap.cpp | |
| parent | b80c229d873ca51bf679ff9df90c8360dca5d0d7 (diff) | |
| download | infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.tar.gz infinitytier-98d426e1d5a2ef83cce7cf2d5b394adde886e58d.zip | |
Path fixes in osnet/ stuff
Diffstat (limited to 'osnet/LinuxEthernetTap.cpp')
| -rw-r--r-- | osnet/LinuxEthernetTap.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/osnet/LinuxEthernetTap.cpp b/osnet/LinuxEthernetTap.cpp index d77d56c0..a04fd4b7 100644 --- a/osnet/LinuxEthernetTap.cpp +++ b/osnet/LinuxEthernetTap.cpp @@ -52,9 +52,9 @@ #include <set> #include <algorithm> -#include "../Constants.hpp" -#include "../Utils.hpp" -#include "../Mutex.hpp" +#include "../node/Constants.hpp" +#include "../node/Utils.hpp" +#include "../node/Mutex.hpp" #include "LinuxEthernetTap.hpp" // ff:ff:ff:ff:ff:ff with no ADI |
