diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 06:54:21 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 06:54:21 +0000 |
commit | fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0 (patch) | |
tree | 3d4eca4cf77a226c9a64ae1da60524f6c9a6f4eb /libutils/String8.cpp | |
parent | 93f106b8d0207ce685ad56704df8a568f3edebb6 (diff) | |
parent | e45d96d6bf592f0ae20bb021ea529acc94e0cb55 (diff) | |
download | system_core-fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0.zip system_core-fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0.tar.gz system_core-fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0.tar.bz2 |
am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'e45d96d6bf592f0ae20bb021ea529acc94e0cb55':
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 1496602..ad65fdb 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> |