commit | 54467afa9b8eb4c2dbce76ddcd4a9d2f4f680cfc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 06 15:45:32 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:25 2014 -0800 |
tree | 636ae128166bf893a21067e55741f152a4f59413 | |
parent | d155da429f0f06ade870850eb3451828a44f19b6 [diff] [blame] |
build: Fixing gcc compilation Change-Id: I925de1d5a687398a918d1b41826cb44e2c1ea170
diff --git a/src/util/time.hpp b/src/util/time.hpp index 16bc4db..90482d9 100644 --- a/src/util/time.hpp +++ b/src/util/time.hpp
@@ -9,7 +9,7 @@ #define NDN_TIME_HPP #include <stdexcept> -#include <ndn-cpp/c/util/time.h> +#include "../c/util/time.h" namespace ndn {