commit | d27b0696c8d388556c7dfecfd2f13d96721d7428 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Dec 28 10:33:14 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sun Dec 28 10:33:14 2014 -0700 |
tree | 8e8fcf8a27b8ceb031f1e9b8a34b9779b473626f | |
parent | a8659ff5709a27404e69e85e0fd27823c4abc76d [diff] [blame] |
transport: fix includes in tcp-transport.hpp and unix-transport.hpp refs #2332 Change-Id: I61a1f7c89f6341760bc14cef3c14b519c8eb2a28
diff --git a/src/transport/tcp-transport.hpp b/src/transport/tcp-transport.hpp index 13be254..0ddd1a9 100644 --- a/src/transport/tcp-transport.hpp +++ b/src/transport/tcp-transport.hpp
@@ -24,7 +24,7 @@ #include "../common.hpp" #include "transport.hpp" -#include "util/config-file.hpp" +#include "../util/config-file.hpp" // forward declaration