summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-21 06:18:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-21 06:18:47 +0000
commitcd407a17fe326f3e18866ddddb1c747b06a45fc0 (patch)
tree6be6e24c3e387dd487fa2e101f84c11262f68328 /libutils
parent4956c0fe1e582a8497aff34a41aeb8bf4748eef0 (diff)
parente0dce90b0de2b2b7c2baae8035f810a55526effb (diff)
downloadsystem_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
Diffstat (limited to 'libutils')
-rw-r--r--libutils/String8.cpp3
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>