diff options
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r-- | include/fnmatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h index 2cdad0a40f..9ef8150eda 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -2,6 +2,8 @@ #include <posix/fnmatch.h> +#ifndef _ISOMAC libc_hidden_proto (fnmatch) +#endif #endif |