commit | 5d949da8a9749d9857294de5a2919ff0e7a1ef29 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 17 11:43:39 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 17 11:43:39 2017 -0700 |
tree | 2e4d0d5aad1cfabe1e3eaa4ce84ffe2b891428d0 | |
parent | d785b4465ead5ad26a300b0d3c05bad23515d00d [diff] [blame] |
tests/utils.h should #include <sys/sysmacros.h> Bug: https://github.com/android-ndk/ndk/issues/398 Test: builds Change-Id: Ie81b49787d468e409db4024763f29946d3e4250f
diff --git a/tests/utils.h b/tests/utils.h index 2e9b994..e3e0b0d 100644 --- a/tests/utils.h +++ b/tests/utils.h
@@ -19,6 +19,7 @@ #include <inttypes.h> #include <sys/mman.h> +#include <sys/sysmacros.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h>