1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 22:00:59 +03:00

[ifxos] fix .32 issue

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ralph 2010-04-24 21:34:05 +00:00
parent 0ca0eee452
commit 91ef46e29d

View File

@ -0,0 +1,12 @@
Index: lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c
===================================================================
--- lib_ifxos-1.5.12.orig/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:33:55.000000000 +0200
+++ lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:34:21.000000000 +0200
@@ -33,6 +33,7 @@
#include <linux/fs.h>
#include <linux/wait.h>
#include <linux/poll.h>
+#include <linux/sched.h>
#include "ifx_types.h"
#include "ifxos_rt_if_check.h"