Skip to content

Commit

Permalink
[PATCH] mconf.c needs locale.h
Browse files Browse the repository at this point in the history
This is failing on my cross-compilation environment (From a solaris system)
using gcc-3.4.1 (as the compiler can't find a prototype for the setlocale()
function).

Signed-off-by: Jean-Christophe Dubois <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jean-Christophe Dubois authored and Linus Torvalds committed Jun 25, 2005
1 parent b0cfbd9 commit 442ff70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <locale.h>

#define LKC_DIRECT_LINK
#include "lkc.h"
Expand Down

0 comments on commit 442ff70

Please sign in to comment.