2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

Include sys/time.h for utimes() and struct timeval.

No longer need ioctl.h or termios.h
This commit is contained in:
Todd C. Miller 2010-09-13 13:17:26 -04:00
parent 502555d2de
commit 702a2bff2b

View File

@ -20,7 +20,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
@ -43,7 +43,6 @@
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <ctype.h>
#include <termios.h>
#include "missing.h"
#include "alloc.h"