aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/fnmatch.c2
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
123extern char *getenv (); 123extern char *getenv (const char *);
124# endif 124# endif
125 125
126# ifndef errno 126# ifndef errno