Need to include sys/time.h.

This commit is contained in:
Jeremy White 2004-10-07 17:36:17 +00:00 committed by Alexandre Julliard
parent 9bfcbefd13
commit f9d6fa9ef4

View file

@ -24,6 +24,7 @@
#ifndef HAVE_FUTIMES
#include <sys/types.h>
#include <sys/time.h>
#include <utime.h>
#include <stdio.h>
#include <errno.h>