commit | f06535035ef6e48aeacc37819ea7182416275216 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 18 02:23:36 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 18 02:23:37 2017 +0000 |
tree | 20edfc7e5904f21d454131351c90ca96a5b03188 | |
parent | 61073263d41e96d606121cbb3bb0c64b85305898 [diff] | |
parent | 3fa758f49c42e963985b9b99202c65c217a0bb5b [diff] |
Merge "Fix Mac build."
diff --git a/tests/utils.h b/tests/utils.h index e3e0b0d..81df350 100644 --- a/tests/utils.h +++ b/tests/utils.h
@@ -19,7 +19,6 @@ #include <inttypes.h> #include <sys/mman.h> -#include <sys/sysmacros.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> @@ -46,6 +45,8 @@ #if defined(__linux__) +#include <sys/sysmacros.h> + struct map_record { uintptr_t addr_start; uintptr_t addr_end;