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 /pkg/csource/linux_common.go | |
| parent | 9df1a36a98aaf167993501c32ff7a10a38913f50 (diff) | |
executor: fix build
Older versions of linux require an additional header.
Diffstat (limited to 'pkg/csource/linux_common.go')
| -rw-r--r-- | pkg/csource/linux_common.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/csource/linux_common.go b/pkg/csource/linux_common.go index c30ecf92b..d45a48862 100644 --- a/pkg/csource/linux_common.go +++ b/pkg/csource/linux_common.go @@ -2265,6 +2265,7 @@ static void reset_arptables() close(fd); } +#include <linux/if.h> #include <linux/netfilter_bridge/ebtables.h> struct ebt_table_desc { |
