Added forward declaration of struct timeval for futimes.

This commit is contained in:
Alexandre Julliard 2004-10-11 20:22:06 +00:00
parent de91a8dd0f
commit 1da3b41093
1 changed files with 1 additions and 0 deletions

View File

@ -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