build fixes for scripts/kconfig
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 17 Apr 2011 23:19:59 +0000 (01:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 17 Apr 2011 23:19:59 +0000 (01:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/kconfig/conf.c
scripts/kconfig/mconf.c

index 9befa2b54d117a3e2d843d42f0b07a5b3ccb79b0..6e097889fd68e9bbae32595e66e3cac0b4688f4f 100644 (file)
@@ -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>
index d292b46cc1fcde615294d04df8aa03f4e79e7585..d3f69f8f5a0467d7676a7d7d1ad6302b405754e8 100644 (file)
@@ -8,6 +8,8 @@
  * i18n, 2005, Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  */
 
+#define _XOPEN_SOURCE 700
+
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 #include <ctype.h>
@@ -18,6 +20,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h> /* for strcasecmp */
 #include <termios.h>
 #include <unistd.h>
 #include <locale.h>