From: Felix Fietkau Date: Sun, 28 Aug 2011 16:32:05 +0000 (+0000) Subject: relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997) X-Git-Tag: backfire_10.03.1~146 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a3b0e90d70ccf738376a396df2a42af90d927f7a;p=openwrt%2Fsvn-archive%2Fopenwrt.git relayd: drop an unnecessary include that does not exist on linux 2.4 (#9997) SVN-Revision: 28106 --- diff --git a/package/relayd/patches/100-drop_include.patch b/package/relayd/patches/100-drop_include.patch new file mode 100644 index 0000000000..afad384172 --- /dev/null +++ b/package/relayd/patches/100-drop_include.patch @@ -0,0 +1,10 @@ +--- a/relayd.h ++++ b/relayd.h +@@ -27,7 +27,6 @@ + + #include + #include +-#include + + #include + #include