From 56b276817690f09305b9657a10f4ae4e1d79a0da Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Tue, 31 Mar 2015 16:55:42 -0700 Subject: [PATCH] stubs missing include for string.h stubs.cpp gets string.h inherited from private/android_filesystem_config.h it should not rely on this in the future. The intent is to move fs_config function into libcutils and thus deprecate any need for string.h in this include file. Change-Id: I946ec1979ef5bbb34fbcb4a99bf2cd79280bb2a3 --- libc/bionic/stubs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/bionic/stubs.cpp b/libc/bionic/stubs.cpp index f9a31b9af..7970e7cfa 100644 --- a/libc/bionic/stubs.cpp +++ b/libc/bionic/stubs.cpp @@ -35,6 +35,7 @@ #include #include #include +#include #include #include "private/android_filesystem_config.h"