diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-02-19 10:15:43 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-02-19 10:16:46 +0100 |
commit | 286fd55fc0cf620747209570a32b79d97d50d9b4 (patch) | |
tree | f17035e50d82c291339c99d706784bd9d5b3f86f | |
parent | dd81185294bdda4203c747a9ce5c19a63c55dbd4 (diff) |
[HICN-69] Include libtransport config file in raw_socket_connector.h.
Change-Id: Ieac743f5c46edd6568d48e689216bb8723d44e2c
Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r-- | libtransport/src/hicn/transport/core/raw_socket_connector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtransport/src/hicn/transport/core/raw_socket_connector.h b/libtransport/src/hicn/transport/core/raw_socket_connector.h index a307af8f2..a54b55e7e 100644 --- a/libtransport/src/hicn/transport/core/raw_socket_connector.h +++ b/libtransport/src/hicn/transport/core/raw_socket_connector.h @@ -15,6 +15,7 @@ #pragma once +#include <hicn/transport/config.h> #include <hicn/transport/core/connector.h> #include <hicn/transport/core/name.h> |