Index: tool/lemon.c ================================================================== --- tool/lemon.c +++ tool/lemon.c @@ -18,11 +18,11 @@ # define __WIN32__ # endif #endif #ifdef __WIN32__ -extern int access(); +extern int access(const char *path, int mode); #else #include #endif /* #define PRIVATE static */