diff options
-rw-r--r-- | win32/fnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/fnmatch.c b/win32/fnmatch.c index 74d02078c..add516fb3 100644 --- a/win32/fnmatch.c +++ b/win32/fnmatch.c | |||
@@ -120,7 +120,7 @@ | |||
120 | whose names are inconsistent. */ | 120 | whose names are inconsistent. */ |
121 | 121 | ||
122 | # if !defined _LIBC && !defined getenv | 122 | # if !defined _LIBC && !defined getenv |
123 | extern char *getenv (); | 123 | extern char *getenv (const char *); |
124 | # endif | 124 | # endif |
125 | 125 | ||
126 | # ifndef errno | 126 | # ifndef errno |