diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-17 19:11:57 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-17 19:11:57 +0100 |
| commit | 833f78c7b023badf3ac188005adaf5fb1a20f56e (patch) | |
| tree | ba033e9e93c7da17160ee1160feeac10b70a1e1e /executor | |
| parent | 9df1a36a98aaf167993501c32ff7a10a38913f50 (diff) | |
executor: fix build
Older versions of linux require an additional header.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 1 |
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 { |
