The _B macro is defined by cygwin in ctype.h. Move the inclusion to avoid build failure. Signed-off-by: Andrej Krutak <andree@xxxxxxxxx> --- scripts/dtc/dtc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/dtc/dtc.h b/scripts/dtc/dtc.h index f37c97e..7aa3cc6 100644 --- a/scripts/dtc/dtc.h +++ b/scripts/dtc/dtc.h @@ -27,13 +27,13 @@ #include <stdint.h> #include <stdarg.h> #include <assert.h> -#include <ctype.h> #include <errno.h> #include <unistd.h> #include <libfdt_env.h> #include <fdt.h> +#include <ctype.h> #include "util.h" #ifdef DEBUG -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html