mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
3115b22def
no idea whether this really works :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11766 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
177 B
C
10 lines
177 B
C
#include <linux/version.h>
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
|
|
#define __KERNEL__
|
|
#include <linux/thread_info.h>
|
|
#include <linux/list.h>
|
|
#undef __KERNEL__
|
|
#endif
|
|
|
|
|