diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/host.h b/common/host.h index 207b683100..8417987966 100644 --- a/common/host.h +++ b/common/host.h @@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define HOST_H #include <stdint.h> +#include <stdbool.h> #include "report.h" #include "host_driver.h" |