diff options
author | Mathias Agopian <mathias@google.com> | 2012-03-23 14:57:16 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-03-23 14:57:16 -0700 |
commit | 7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb (patch) | |
tree | 7e1081558433a1037d5c1e32948c6ef39a6748f9 /native | |
parent | 3c4da3cad04ca878a4a37fcca3f3e2ff51d03fcb (diff) | |
download | frameworks_base-7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb.zip frameworks_base-7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb.tar.gz frameworks_base-7efec15fef97e4ff7c4c023c8fdbf17f7d0dbfeb.tar.bz2 |
add missing include
Change-Id: I7eb05f6cb6de170aeb3b72d28490cdcf46982d13
Diffstat (limited to 'native')
-rw-r--r-- | native/include/android/rect.h | 2 |
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 |