summaryrefslogtreecommitdiff
path: root/libc/misc/wordexp
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-14 23:28:39 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-14 23:28:39 +0000
commitf68a5cd995f89baba6e6500612fcfb6962f41555 (patch)
tree0874e49c4b6adb65a0c34a04031b2d95abb2897f /libc/misc/wordexp
parentcd1172774d8c90191b7aeee2e9351ecb629da796 (diff)
include features.h instead of sys/cdefs.h
Diffstat (limited to 'libc/misc/wordexp')
-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>