From: Felix Fietkau Date: Sat, 20 Jul 2013 12:56:07 +0000 (+0000) Subject: ead: fix compile errors with recent kernels X-Git-Tag: v14.07~3569 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=e66785dcf8b5fed9f86ccd869ec0b032f1d28b30;hp=2f038ae881a80ac4edf5a5e5f16e6c6cf4faaa9c;p=openwrt-github%2F.git ead: fix compile errors with recent kernels Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37482 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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... */