]> git.sur5r.net Git - u-boot/blobdiff - tools/mips-relocs.c
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[u-boot] / tools / mips-relocs.c
index 8be69d320fb3f227d3c8d5144e969228e4fd88be..442cc8f6d2283968f4b147f5a19ccfbce833bffe 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * MIPS Relocation Data Generator
  *
  * Copyright (c) 2017 Imagination Technologies Ltd.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <assert.h>
@@ -11,6 +10,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <limits.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/mman.h>