diff options
| author | Abhishek Arya <aarya@google.com> | 2015-08-21 07:44:18 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 07:44:18 +0000 |
| commit | 869d8a94f21796e7e3ef09e3281ec82bf14f725c (patch) | |
| tree | 391901ea76fd79511226b3d25f1da499b1d25b22 /libutils | |
| parent | d59f0b1a1f44c89fa755a697496eaf4f009a83bc (diff) | |
| parent | d1a6188e8c024e0631873fccc2a5ea5e02fb8ec6 (diff) | |
| download | system_core-869d8a94f21796e7e3ef09e3281ec82bf14f725c.tar.gz system_core-869d8a94f21796e7e3ef09e3281ec82bf14f725c.tar.bz2 system_core-869d8a94f21796e7e3ef09e3281ec82bf14f725c.zip | |
am d1a6188e: am a77a0487: am 219a006f: am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'd1a6188e8c024e0631873fccc2a5ea5e02fb8ec6':
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 69313ead7..2d0602357 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/Compat.h> |
