diff options
Diffstat (limited to 'include/wordexp.h')
-rw-r--r-- | include/wordexp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wordexp.h b/include/wordexp.h index 64e036e062..27ae0454c5 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -1 +1,7 @@ +#ifndef _WORDEXP_H + #include <posix/wordexp.h> + +libc_hidden_proto (wordfree) + +#endif |