summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc/fdt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dtc/fdt.cc')
-rw-r--r--usr.bin/dtc/fdt.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/dtc/fdt.cc b/usr.bin/dtc/fdt.cc
index 70b7d45..b6e7d56 100644
--- a/usr.bin/dtc/fdt.cc
+++ b/usr.bin/dtc/fdt.cc
@@ -33,9 +33,13 @@
#include "fdt.hh"
#include <algorithm>
-#include <inttypes.h>
+#include <ctype.h>
#include <fcntl.h>
+#include <inttypes.h>
#include <libgen.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
#include "dtb.hh"
namespace dtc
OpenPOWER on IntegriCloud