From 655c9e171c95dada39725610d2dfbd17f8e9581a Mon Sep 17 00:00:00 2001 From: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Fri, 9 Aug 2019 16:44:29 +0200 Subject: [PATCH] Remove an unused include which caused problem with Broadcom SDK 5.02L.06. --- brcm_fw_tool/brcm_fw_tool.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/brcm_fw_tool/brcm_fw_tool.h b/brcm_fw_tool/brcm_fw_tool.h index 51816f1..ad98016 100644 --- a/brcm_fw_tool/brcm_fw_tool.h +++ b/brcm_fw_tool/brcm_fw_tool.h @@ -1,8 +1,6 @@ #ifndef __mtd_h #define __mtd_h -#include <stdbool.h> - #define JFFS2_EOF "\xde\xad\xc0\xde" extern int quiet; -- GitLab