Commit 3c3a879a authored by John Klehm's avatar John Klehm Committed by Alexandre Julliard

include: Allow port.h to build on gcc4.

parent 58dea5c9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment