From fcd73539acf9218120fd007f4921975bbb61dfea Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Sun, 12 Oct 2008 12:01:49 +0200 Subject: [PATCH] do not include sys/timeb.h --- sysincludes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysincludes.h b/sysincludes.h index 0377b3a..90bda79 100644 --- a/sysincludes.h +++ b/sysincludes.h @@ -24,7 +24,9 @@ #endif #include /* signal(), SIGPIPE, SIG_IGN */ #include /* struct timeval, strftime() */ +#if 0 #include /* struct timeb */ +#endif #if HAVE_UNISTD_H #include /* select(), read(), write(), stat(), fork() */ #endif