Commit 1da3b410 authored by Alexandre Julliard's avatar Alexandre Julliard

Added forward declaration of struct timeval for futimes.

parent de91a8dd
......@@ -283,6 +283,7 @@ extern int getopt_long_only (int ___argc, char *const *___argv,
#endif /* HAVE_GETOPT_LONG */
#ifndef HAVE_FUTIMES
struct timeval;
int futimes(int fd, const struct timeval tv[2]);
#endif
......
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