mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
do not include sys/timeb.h
This commit is contained in:
parent
b2d618438a
commit
fcd73539ac
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue