diff options
author | Abhishek Arya <aarya@google.com> | 2015-08-21 06:18:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-21 06:18:47 +0000 |
commit | cd407a17fe326f3e18866ddddb1c747b06a45fc0 (patch) | |
tree | 6be6e24c3e387dd487fa2e101f84c11262f68328 | |
parent | 4956c0fe1e582a8497aff34a41aeb8bf4748eef0 (diff) | |
parent | e0dce90b0de2b2b7c2baae8035f810a55526effb (diff) | |
download | system_core-cd407a17fe326f3e18866ddddb1c747b06a45fc0.zip system_core-cd407a17fe326f3e18866ddddb1c747b06a45fc0.tar.gz system_core-cd407a17fe326f3e18866ddddb1c747b06a45fc0.tar.bz2 |
am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
* commit 'e0dce90b0de2b2b7c2baae8035f810a55526effb':
Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b
-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> |