commit | cd407a17fe326f3e18866ddddb1c747b06a45fc0 | [log] [tgz] |
---|---|---|
author | Abhishek Arya <aarya@google.com> | Fri Aug 21 06:18:47 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Aug 21 06:18:47 2015 +0000 |
tree | 6be6e24c3e387dd487fa2e101f84c11262f68328 | |
parent | 4956c0fe1e582a8497aff34a41aeb8bf4748eef0 [diff] | |
parent | e0dce90b0de2b2b7c2baae8035f810a55526effb [diff] |
am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b * commit 'e0dce90b0de2b2b7c2baae8035f810a55526effb': Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
diff --git a/libutils/String8.cpp b/libutils/String8.cpp index e5a48e5..bb06825 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>