From 49544367ca28f8dad57f5b8de841deedceab8c19 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 30 Nov 2008 19:23:03 +0000 Subject: Fix compile for olpc target. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libertas/src/if_usb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/libertas/src/if_usb.c') diff --git a/package/libertas/src/if_usb.c b/package/libertas/src/if_usb.c index 74ac86ea3d..97a8119019 100644 --- a/package/libertas/src/if_usb.c +++ b/package/libertas/src/if_usb.c @@ -6,7 +6,9 @@ #include #include #include -//#include +#ifdef CONFIG_OLPC +#include +#endif #define DRV_NAME "usb8xxx" -- cgit v1.2.3