From d29f140bedb0ad60ee535c9c356605715c2b7421 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Mon, 17 Jun 2019 07:30:52 +0300 Subject: [PATCH] Missing header update --- components/net/cpp/include/ftl/net/common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/net/cpp/include/ftl/net/common.hpp b/components/net/cpp/include/ftl/net/common.hpp index 61914d81a..78325d09b 100644 --- a/components/net/cpp/include/ftl/net/common.hpp +++ b/components/net/cpp/include/ftl/net/common.hpp @@ -6,6 +6,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> +#include <netinet/tcp.h> #include <netdb.h> #include <arpa/inet.h> #define INVALID_SOCKET -1 -- GitLab