From e82b72e931e8c7d021cb21773e8f7e4d33590d57 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Tue, 27 Sep 2016 22:06:09 -0700 Subject: [PATCH] Use relative include for config.h --- include/tins/tcp_ip/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tins/tcp_ip/stream.h b/include/tins/tcp_ip/stream.h index 147cba1..23b9ffa 100644 --- a/include/tins/tcp_ip/stream.h +++ b/include/tins/tcp_ip/stream.h @@ -42,8 +42,8 @@ #include #include "../macros.h" #include "../hw_address.h" +#include "../config.h" #include "flow.h" -#include "config.h" #ifdef TINS_HAVE_TCP_STREAM_CUSTOM_DATA #include #endif