Pick up strutct timeval definition

This commit is contained in:
Howard Chu 2005-05-05 23:04:49 +00:00
parent 0079690f8f
commit 476547e7c1
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/errno.h>
#include <ac/time.h>
#include <sys/stat.h>
#ifdef HAVE_FCNTL_H

View File

@ -42,6 +42,7 @@
#include <ac/ctype.h>
#include <ac/string.h>
#include <ac/unistd.h>
#include <ac/time.h>
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>