diff options
Diffstat (limited to 'libcutils/dlmalloc_stubs.c')
-rw-r--r-- | libcutils/dlmalloc_stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/dlmalloc_stubs.c b/libcutils/dlmalloc_stubs.c index 2db473d3a..86fc88066 100644 --- a/libcutils/dlmalloc_stubs.c +++ b/libcutils/dlmalloc_stubs.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "log/log.h" +#include "android/log.h" #define UNUSED __attribute__((__unused__)) |