mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 21:59:32 +00:00
3341376e0b
48cff25 build: drop install -o/-g root 53d7e7a extensions: ebt_string: take action if snprintf discards data Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (backported from afac2a2dd67502ef8bd9799f328fa2e3b39292b1) (rebased patches) Signed-off-by: Jo-Philipp Wich <jo@mein.io>
11 lines
246 B
Diff
11 lines
246 B
Diff
--- a/include/ebtables_u.h
|
|
+++ b/include/ebtables_u.h
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#ifndef EBTABLES_U_H
|
|
#define EBTABLES_U_H
|
|
+#define _NETINET_IF_ETHER_H
|
|
#include <netinet/in.h>
|
|
#include <netinet/ether.h>
|
|
#include <linux/netfilter_bridge/ebtables.h>
|