diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 07:05:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 07:05:07 +0000 |
commit | 219a006f89a5448a9a6eeb1f37ad0088e85bd3f8 (patch) | |
tree | d92aa53ad1b06c2dab1d4072bc4ba6ec251532c9 /libutils | |
parent | 3fa8b550eadeef21e2ca996c44e37f84b1418f95 (diff) | |
parent | fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0 (diff) | |
download | system_core-219a006f89a5448a9a6eeb1f37ad0088e85bd3f8.zip system_core-219a006f89a5448a9a6eeb1f37ad0088e85bd3f8.tar.gz system_core-219a006f89a5448a9a6eeb1f37ad0088e85bd3f8.tar.bz2 |
am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'fc5fdc85683f87c42d5ce7bcee4e2b70ef0acdd0':
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
Diffstat (limited to 'libutils')
-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> |