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

Do not need sys/time.h after all

This commit is contained in:
Todd C. Miller 2010-09-13 13:20:35 -04:00
parent 702a2bff2b
commit fdf877d53b

View File

@ -20,7 +20,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/time.h>
#include <stdio.h> #include <stdio.h>
#ifdef STDC_HEADERS #ifdef STDC_HEADERS
# include <stdlib.h> # include <stdlib.h>