diff options
-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 d3f69f8f5..1b0b6ab07 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -9,6 +9,8 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #define _XOPEN_SOURCE 700 | 11 | #define _XOPEN_SOURCE 700 |
12 | /* On Darwin, this may be needed to get SIGWINCH: */ | ||
13 | #define _DARWIN_C_SOURCE 1 | ||
12 | 14 | ||
13 | #include <sys/ioctl.h> | 15 | #include <sys/ioctl.h> |
14 | #include <sys/wait.h> | 16 | #include <sys/wait.h> |