From 85e585ddcef9bccc717e500e0f7672675ef7269a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 20 Jul 2013 12:56:07 +0000 Subject: [PATCH] ead: fix compile errors with recent kernels Signed-off-by: Felix Fietkau SVN-Revision: 37482 --- package/network/services/ead/Makefile | 1 - package/network/services/ead/src/libbridge.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/ead/Makefile b/package/network/services/ead/Makefile index 5633a315a1..a3bfb1c077 100644 --- a/package/network/services/ead/Makefile +++ b/package/network/services/ead/Makefile @@ -33,7 +33,6 @@ endef CONFIGURE_PATH = tinysrp TARGET_CFLAGS += \ - -I$(LINUX_DIR)/include \ -I$(PKG_BUILD_DIR) \ -I$(PKG_BUILD_DIR)/tinysrp \ $(TARGET_CPPFLAGS) diff --git a/package/network/services/ead/src/libbridge.h b/package/network/services/ead/src/libbridge.h index 6b70e46f6d..13c8c64c62 100644 --- a/package/network/services/ead/src/libbridge.h +++ b/package/network/services/ead/src/libbridge.h @@ -21,6 +21,7 @@ #include #include +#include #include /* defined in net/if.h but that conflicts with linux/if.h... */ -- 2.30.2