diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index cda0473ac..d945f2cd5 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -31,9 +31,11 @@ | |||
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <locale.h> | 32 | #include <locale.h> |
33 | 33 | ||
34 | #ifndef __MINGW32__ | ||
34 | #ifndef SIGWINCH | 35 | #ifndef SIGWINCH |
35 | #define SIGWINCH 28 | 36 | #define SIGWINCH 28 |
36 | #endif | 37 | #endif |
38 | #endif | ||
37 | 39 | ||
38 | #define LKC_DIRECT_LINK | 40 | #define LKC_DIRECT_LINK |
39 | #include "lkc.h" | 41 | #include "lkc.h" |