summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-21 06:36:01 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-21 06:36:01 +0000
commite45d96d6bf592f0ae20bb021ea529acc94e0cb55 (patch)
tree66357c300c37d5d1e19adc7c69a6a42277589ab7
parente97682be0634fe773f70097bc518e5d034efe8f7 (diff)
parent19398a712c53d27aaa2122cfae5d54168b8df0c9 (diff)
downloadcore-e45d96d6bf592f0ae20bb021ea529acc94e0cb55.tar.gz
am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit '19398a712c53d27aaa2122cfae5d54168b8df0c9': Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
-rw-r--r--libutils/String8.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp
index 574165386..d4f5c7892 100644
--- a/libutils/String8.cpp
+++ b/libutils/String8.cpp
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#define __STDC_LIMIT_MACROS
+#include <stdint.h>
+
#include <utils/String8.h>
#include <utils/Log.h>