From 5d3535126ed9ed21c935f8006cd49c6052a6110e Mon Sep 17 00:00:00 2001 From: Tomasz Buchert Date: Sun, 3 Jul 2016 23:00:15 +0200 Subject: [PATCH] Fix FTBFS on armel by explicitly including the header. --- src/shrpx_connection_handler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shrpx_connection_handler.h b/src/shrpx_connection_handler.h index 1f9986af..c45c7462 100644 --- a/src/shrpx_connection_handler.h +++ b/src/shrpx_connection_handler.h @@ -32,6 +32,7 @@ #include #endif // HAVE_SYS_SOCKET_H +#include #include #include #include