From 833f78c7b023badf3ac188005adaf5fb1a20f56e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 17 Feb 2018 19:11:57 +0100 Subject: executor: fix build Older versions of linux require an additional header. --- executor/common_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/common_linux.h') diff --git a/executor/common_linux.h b/executor/common_linux.h index 37cc9c5ea..97160e50f 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -1232,6 +1232,7 @@ static void reset_arptables() close(fd); } +#include #include struct ebt_table_desc { -- cgit mrf-deployment