diff options
author | Denys Vlasenko | 2011-04-18 01:19:59 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-04-18 01:19:59 +0200 |
commit | b83c9704128dd106071184e4b00335a3b8486857 (patch) | |
tree | ed3b7ee7a41f78f04095859fd2e8d517d77c18b9 /scripts/kconfig/conf.c | |
parent | cfbd31a7fb0a2e76864432823da1aa956fbdfa25 (diff) | |
download | busybox-b83c9704128dd106071184e4b00335a3b8486857.zip busybox-b83c9704128dd106071184e4b00335a3b8486857.tar.gz |
build fixes for scripts/kconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 9befa2b..6e09788 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -3,6 +3,8 @@ * Released under the terms of the GNU GPL v2.0. */ +#define _XOPEN_SOURCE 700 + #include <ctype.h> #include <stdlib.h> #include <stdio.h> |