Compile fixes for glibc 2.1.95.
committer: mfx <mfx> 972865311 +0000
This commit is contained in:
+4
-1
@@ -34,17 +34,20 @@
|
|||||||
// includes
|
// includes
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
|
struct timex;
|
||||||
|
|
||||||
#define __need_timeval
|
#define __need_timeval
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <elf.h>
|
#include <elf.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
#include <linux/mman.h>
|
#include <linux/mman.h>
|
||||||
#include <linux/personality.h>
|
#include <linux/personality.h>
|
||||||
#include <linux/timex.h>
|
//#include <linux/timex.h>
|
||||||
#include <linux/unistd.h>
|
#include <linux/unistd.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user