aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-17 19:11:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-17 19:11:57 +0100
commit833f78c7b023badf3ac188005adaf5fb1a20f56e (patch)
treeba033e9e93c7da17160ee1160feeac10b70a1e1e /executor/common_linux.h
parent9df1a36a98aaf167993501c32ff7a10a38913f50 (diff)
executor: fix build
Older versions of linux require an additional header.
Diffstat (limited to 'executor/common_linux.h')
-rw-r--r--executor/common_linux.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/if.h>
#include <linux/netfilter_bridge/ebtables.h>
struct ebt_table_desc {