diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-14 23:28:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-14 23:28:39 +0000 |
commit | f68a5cd995f89baba6e6500612fcfb6962f41555 (patch) | |
tree | 0874e49c4b6adb65a0c34a04031b2d95abb2897f /libc/misc/wordexp/wordexp.c | |
parent | cd1172774d8c90191b7aeee2e9351ecb629da796 (diff) |
include features.h instead of sys/cdefs.h
Diffstat (limited to 'libc/misc/wordexp/wordexp.c')
-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> |