diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/nconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index d42d534a66cd..a9bc5334a478 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | * Derived from menuconfig. | 5 | * Derived from menuconfig. |
| 6 | * | 6 | * |
| 7 | */ | 7 | */ |
| 8 | #ifndef _GNU_SOURCE | ||
| 8 | #define _GNU_SOURCE | 9 | #define _GNU_SOURCE |
| 10 | #endif | ||
| 9 | #include <string.h> | 11 | #include <string.h> |
| 10 | #include <stdlib.h> | 12 | #include <stdlib.h> |
| 11 | 13 | ||
