summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/misc/wordexp/wordexp.c2
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>