diff options
| author | Dima Zavin <dima@android.com> | 2012-05-02 09:08:05 -0700 |
|---|---|---|
| committer | android code review <noreply-gerritcodereview@google.com> | 2012-05-02 09:08:06 -0700 |
| commit | 29fea7b17a35390e9a463079936bb8c20bcb1a15 (patch) | |
| tree | 44f4db7c6c3cf49db76b6a451a549c1580dd4688 | |
| parent | c5d5a5e807a99697cff936dcdfe0fbaaf3cb6679 (diff) | |
| parent | e17e4e5fad54fe1e47442cd2f15cf073d3460e1f (diff) | |
| download | system_core-29fea7b17a35390e9a463079936bb8c20bcb1a15.tar.gz system_core-29fea7b17a35390e9a463079936bb8c20bcb1a15.tar.bz2 system_core-29fea7b17a35390e9a463079936bb8c20bcb1a15.zip | |
Merge "Added missing header to window.h"
| -rw-r--r-- | include/system/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/window.h b/include/system/window.h index 1cc4a0a1..96024459 100644 --- a/include/system/window.h +++ b/include/system/window.h @@ -18,6 +18,7 @@ #define SYSTEM_CORE_INCLUDE_ANDROID_WINDOW_H #include <stdint.h> +#include <string.h> #include <sys/cdefs.h> #include <system/graphics.h> #include <cutils/native_handle.h> |
