summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-20 17:38:16 -0700
committerThe Android Automerger <android-build@android.com>2015-09-01 14:21:46 -0700
commitd32a1d2cd6b77308b736cf6a28a960d56abe19c8 (patch)
tree23df1ee3cc3f2ef8bade763d0252312431a0591d
parente8c62fb484151f76ab88b1d5130f38de24ac8c14 (diff)
downloadcore-d32a1d2cd6b77308b736cf6a28a960d56abe19c8.tar.gz
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
Bug: 23290056 Change-Id: If6e22b0159de6635a8ca5305895b7718f15becc7
-rw-r--r--libutils/String8.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp
index 9092cbc99..40fa40ba2 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>