From 49ced271e8bf47078f9bc3b24ce88042cf2dc43f Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 30 Oct 2000 00:21:51 +0000 Subject: [PATCH] Compile fixes for glibc 2.1.95. committer: mfx 972865311 +0000 --- src/stub/linux.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stub/linux.hh b/src/stub/linux.hh index 142e14fe..43f546c6 100644 --- a/src/stub/linux.hh +++ b/src/stub/linux.hh @@ -34,17 +34,20 @@ // includes **************************************************************************/ +struct timex; + #define __need_timeval #include #include #include #include #include +#include #include #include #include #include -#include +//#include #include