From 3115b22defaaf90560e4c776c468874710df8a01 Mon Sep 17 00:00:00 2001 From: attila Date: Sat, 10 Jan 2004 09:48:15 +0000 Subject: =?UTF-8?q?linux=202.6=20patch=20by=20"ismail=20'cartman'=20d?= =?UTF-8?q?=C3=B6nmez"=20=20no=20idea=20whether?= =?UTF-8?q?=20this=20really=20works=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11766 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/kerneltwosix.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 osdep/kerneltwosix.h (limited to 'osdep') diff --git a/osdep/kerneltwosix.h b/osdep/kerneltwosix.h new file mode 100644 index 0000000000..dcb808d934 --- /dev/null +++ b/osdep/kerneltwosix.h @@ -0,0 +1,9 @@ +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70) +#define __KERNEL__ +#include +#include +#undef __KERNEL__ +#endif + + -- cgit v1.2.3