diff options
Diffstat (limited to 'usr.bin/dtc/dtb.cc')
-rw-r--r-- | usr.bin/dtc/dtb.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/dtc/dtb.cc b/usr.bin/dtc/dtb.cc index 82ccc4778436..986ef6f717b5 100644 --- a/usr.bin/dtc/dtb.cc +++ b/usr.bin/dtc/dtb.cc @@ -31,7 +31,11 @@ */ #include "dtb.hh" +#include <sys/types.h> #include <inttypes.h> +#include <stdio.h> +#include <unistd.h> + namespace dtc { |