From 2cb1267f3aa6ad586037106e635fcdd2b96b6db3 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 23 Jan 2010 15:12:57 +0000 Subject: hostapd: fix compile error in the roboswitch driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/patches/340-roboswitch_fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/hostapd/patches/340-roboswitch_fix.patch (limited to 'package/hostapd/patches/340-roboswitch_fix.patch') diff --git a/package/hostapd/patches/340-roboswitch_fix.patch b/package/hostapd/patches/340-roboswitch_fix.patch new file mode 100644 index 000000000..50dca64f1 --- /dev/null +++ b/package/hostapd/patches/340-roboswitch_fix.patch @@ -0,0 +1,14 @@ +--- a/src/drivers/driver_roboswitch.c ++++ b/src/drivers/driver_roboswitch.c +@@ -14,10 +14,10 @@ + + #include "includes.h" + #include +-#include + #include + #include + #include ++#include + + #include "common.h" + #include "driver.h" -- cgit v1.2.3