view osdep/kerneltwosix.h @ 13475:7cd5c542b1b2

Look for SDL includes in /usr/include as well, use cc instead of gcc.
author diego
date Sun, 26 Sep 2004 12:59:18 +0000
parents e0b096f0e640
children
line wrap: on
line source

#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