commit | 4956c372cf320328952665629b2626e7cbc84c54 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Dec 19 16:35:51 2019 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Jan 02 14:09:50 2020 -0800 |
tree | 7a02304c6c2eadc93b1b7a357fb31a143b661a89 | |
parent | e592dacfa254f59bb097c98d118d0c860b181da1 [diff] [blame] |
Move bionic_macros.h from private to platform. Test: treehugger Change-Id: Ie473914f4c8924c7240b3ac22093a9daf42fc948
diff --git a/libc/bionic/scandir.cpp b/libc/bionic/scandir.cpp index 0b39049..6a7e368 100644 --- a/libc/bionic/scandir.cpp +++ b/libc/bionic/scandir.cpp
@@ -22,7 +22,7 @@ #include <string.h> #include <unistd.h> -#include "private/bionic_macros.h" +#include "platform/bionic/macros.h" #include "private/ScopedReaddir.h" // A smart pointer to the scandir dirent**.