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

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