diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index e76d6a63a..f2c3d3331 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -40,7 +40,7 @@ #endif #define _GNU_SOURCE -#include <sys/cdefs.h> +#include <features.h> #include <sys/types.h> #include <sys/wait.h> #include <fcntl.h> |