summaryrefslogtreecommitdiff
path: root/boot_control_copy
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-18 09:02:43 -0700
committerElliott Hughes <enh@google.com>2017-05-18 09:02:43 -0700
commit07841a243675c42cab7e54fc1604661dcfbdc206 (patch)
tree3bbb343fc276180a348ce0f929613c86eea4bdd6 /boot_control_copy
parentbc3f1c9f57f749cc616f9aa5b390bc2f70b15507 (diff)
downloadextras-07841a243675c42cab7e54fc1604661dcfbdc206.tar.gz
boot_control_copy should #include <sys/sysmacros.h>.
Bug: https://github.com/android-ndk/ndk/issues/398 Test: builds Change-Id: Icfccc98e1ff5aaa53b288e2aba0efe2c2c77a623
Diffstat (limited to 'boot_control_copy')
-rw-r--r--boot_control_copy/boot_control_copy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot_control_copy/boot_control_copy.c b/boot_control_copy/boot_control_copy.c
index 73022435..d8a5d180 100644
--- a/boot_control_copy/boot_control_copy.c
+++ b/boot_control_copy/boot_control_copy.c
@@ -16,6 +16,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#include <unistd.h>
#include <fcntl.h>