diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-20 17:38:16 -0700 |
---|---|---|
committer | Abhishek Arya <aarya@google.com> | 2015-08-20 21:55:55 -0700 |
commit | e0dce90b0de2b2b7c2baae8035f810a55526effb (patch) | |
tree | d26c2ec6eedc516710d75ec3304d54b3df3a00ed /libutils/String8.cpp | |
parent | 5b85b1d40d619c2064d321364f212ebfeb6ba185 (diff) | |
download | system_core-e0dce90b0de2b2b7c2baae8035f810a55526effb.zip system_core-e0dce90b0de2b2b7c2baae8035f810a55526effb.tar.gz system_core-e0dce90b0de2b2b7c2baae8035f810a55526effb.tar.bz2 |
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
Bug: 23290056
Change-Id: If6e22b0159de6635a8ca5305895b7718f15becc7
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 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> |