commit | 8991bb52bfaf9aaffe6c652bd3c834c5fef14d4f | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Wed Oct 15 16:16:01 2014 -0500 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Wed Oct 15 19:51:52 2014 -0700 |
tree | 308315d4c8336998fc4102dde37e7173500ef6e1 | |
parent | b525c1b23ab60456c5f30274cbaa572fccc5c657 [diff] [blame] |
util: Change "common.hpp" to "../common.hpp" refs: #2068 Change-Id: I05503c44615a09a1afeb1648b4e0d50882df651a
diff --git a/src/util/ethernet.hpp b/src/util/ethernet.hpp index 2adb085..11788f0 100644 --- a/src/util/ethernet.hpp +++ b/src/util/ethernet.hpp
@@ -28,7 +28,7 @@ #ifndef NDN_UTIL_ETHERNET_HPP #define NDN_UTIL_ETHERNET_HPP -#include "common.hpp" +#include "../common.hpp" #include <boost/array.hpp>