transport: fix includes in tcp-transport.hpp and unix-transport.hpp
refs #2332
Change-Id: I61a1f7c89f6341760bc14cef3c14b519c8eb2a28
diff --git a/src/transport/unix-transport.hpp b/src/transport/unix-transport.hpp
index 1c94225..5a73047 100644
--- a/src/transport/unix-transport.hpp
+++ b/src/transport/unix-transport.hpp
@@ -24,7 +24,7 @@
#include "../common.hpp"
#include "transport.hpp"
-#include "util/config-file.hpp"
+#include "../util/config-file.hpp"
// forward declaration
namespace boost { namespace asio { namespace local { class stream_protocol; } } }