include: Allow port.h to build on gcc4.

This commit is contained in:
John Klehm 2007-06-14 13:32:39 -05:00 committed by Alexandre Julliard
parent 58dea5c9a8
commit 3c3a879a86

View file

@ -276,7 +276,7 @@ int ffs( int x );
#ifndef HAVE_FUTIMES
struct timeval;
int futimes(int fd, const struct timeval tv[2]);
int futimes(int fd, const struct timeval *tv);
#endif
#ifndef HAVE_GETPAGESIZE