summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-23 14:58:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-23 14:58:19 -0700
commit3e93e433e28a617bb1c85958dde8d7fd11e327a5 (patch)
tree3d79cb1fe40cac27ea2ba5df64594e7a500412ec /native
parenta7b4ad46ec2906b0966ba3e8938c39940ec3da28 (diff)
parent7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb (diff)
downloadframeworks_base-3e93e433e28a617bb1c85958dde8d7fd11e327a5.zip
frameworks_base-3e93e433e28a617bb1c85958dde8d7fd11e327a5.tar.gz
frameworks_base-3e93e433e28a617bb1c85958dde8d7fd11e327a5.tar.bz2
Merge "add missing include"
Diffstat (limited to 'native')
-rw-r--r--native/include/android/rect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/include/android/rect.h b/native/include/android/rect.h
index 64d487d..bcd42a9 100644
--- a/native/include/android/rect.h
+++ b/native/include/android/rect.h
@@ -18,6 +18,8 @@
#ifndef ANDROID_RECT_H
#define ANDROID_RECT_H
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif