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