do not include sys/timeb.h

This commit is contained in:
Gerhard Rieger 2008-10-12 12:01:49 +02:00
parent b2d618438a
commit fcd73539ac

View file

@ -24,7 +24,9 @@
#endif
#include <signal.h> /* signal(), SIGPIPE, SIG_IGN */
#include <time.h> /* struct timeval, strftime() */
#if 0
#include <sys/timeb.h> /* struct timeb */
#endif
#if HAVE_UNISTD_H
#include <unistd.h> /* select(), read(), write(), stat(), fork() */
#endif