]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
configs: colibri_t20: enable mtd
[u-boot] / tools / imagetool.h
index a8d505423b87ba0450f775a507e12d58d728cca3..ef2429e050728024ab82376345418a9fee82ec8c 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2013
  *
  * Written by Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _IMAGETOOL_H_
@@ -12,6 +11,7 @@
 #include "os_support.h"
 #include <errno.h>
 #include <fcntl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>