diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-25 21:13:36 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-25 21:13:36 -0800 |
commit | c958a7f4988f3dd98135b23619cdf55ec55bd1f6 (patch) | |
tree | be889b0eae22cee7d7888b020d6e328306e395f3 /include/system/window.h | |
parent | 1ae8d4eaa3d52e0b61728c7fc709d28e85c7ce21 (diff) | |
download | system_core-c958a7f4988f3dd98135b23619cdf55ec55bd1f6.zip system_core-c958a7f4988f3dd98135b23619cdf55ec55bd1f6.tar.gz system_core-c958a7f4988f3dd98135b23619cdf55ec55bd1f6.tar.bz2 |
add missing include
Change-Id: Id93278c59cfdf72a62a4fe26178bd5c3e43b089e
Diffstat (limited to 'include/system/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 1cc4a0a..9602445 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> |