commit | 14647a3e3e1f5123d71c830a92fc4f499e40ab50 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 07 09:38:18 2018 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 07 09:38:18 2018 +0000 |
tree | 64b432c5eebacbd7731cd8baa94e7450922223cd | |
parent | 92abf46ea6ab790eb1834a633f97e8b55efc4f6f [diff] |
Attempt to fix macos build. Test: none Change-Id: I1d6cf89e0b171a6029d7e9ee60bac4d8ee61cdcf
diff --git a/libartbase/base/unix_file/fd_file.cc b/libartbase/base/unix_file/fd_file.cc index f9da178..b2881b8 100644 --- a/libartbase/base/unix_file/fd_file.cc +++ b/libartbase/base/unix_file/fd_file.cc
@@ -31,7 +31,7 @@ #else #include <algorithm> #include "base/stl_util.h" -#include "globals.h" +#include "base/globals.h" #endif namespace unix_file {