diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 06:23:50 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 06:23:50 +0000 |
commit | d34846b70b7f6eb167722d45e0c717fa64116e90 (patch) | |
tree | ecb040af135ffb1b31197a77489db38c7aecf6b9 /libutils/String8.cpp | |
parent | e67b584869eea8d4e955e82de1e38ede080a2ed4 (diff) | |
parent | cd407a17fe326f3e18866ddddb1c747b06a45fc0 (diff) | |
download | system_core-d34846b70b7f6eb167722d45e0c717fa64116e90.zip system_core-d34846b70b7f6eb167722d45e0c717fa64116e90.tar.gz system_core-d34846b70b7f6eb167722d45e0c717fa64116e90.tar.bz2 |
am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'cd407a17fe326f3e18866ddddb1c747b06a45fc0':
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
Diffstat (limited to 'libutils/String8.cpp')
-rw-r--r-- | libutils/String8.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp index 5741653..d4f5c78 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> |