time.h, not sys/time.h

This commit is contained in:
Todd C. Miller
1998-09-24 15:36:24 +00:00
parent 8450ad0802
commit 4c0e6f8828
2 changed files with 2 additions and 2 deletions

View File

@@ -55,10 +55,10 @@ static char rcsid[] = "$Id$";
#include <strings.h> #include <strings.h>
#endif /* HAVE_STRINGS_H */ #endif /* HAVE_STRINGS_H */
#include <fcntl.h> #include <fcntl.h>
#include <time.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h>
#include <sys/file.h> #include <sys/file.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <pwd.h> #include <pwd.h>

View File

@@ -60,8 +60,8 @@ static char rcsid[] = "$Id$";
#endif /* HAVE_MALLOC_H && !STDC_HEADERS */ #endif /* HAVE_MALLOC_H && !STDC_HEADERS */
#include <pwd.h> #include <pwd.h>
#include <signal.h> #include <signal.h>
#include <time.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/wait.h> #include <sys/wait.h>