Redhat 6.2 seems to require sys/time.h as well as time.h

Thanks to  "Pieter D.J. Krul" <p at krul.cc>

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
This commit is contained in:
Neil Brown 2005-07-29 00:20:37 +00:00
parent 699f989949
commit 11018a4592
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
#include <sys/stat.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <getopt.h>
#include <fcntl.h>
#include <stdio.h>