]> git.sur5r.net Git - u-boot/blobdiff - tools/fdtgrep.c
cfi_flash: Fix indent of case statements
[u-boot] / tools / fdtgrep.c
index 7af77b7afe34085a7e305f765e6b50c012179a2c..8d33205ea2a0938f2ca073c8de1f916b392330e0 100644 (file)
 
 #include <assert.h>
 #include <ctype.h>
+#include <errno.h>
 #include <getopt.h>
+#include <fcntl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>