aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2012-05-02 09:08:05 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-02 09:08:06 -0700
commit29fea7b17a35390e9a463079936bb8c20bcb1a15 (patch)
tree44f4db7c6c3cf49db76b6a451a549c1580dd4688
parentc5d5a5e807a99697cff936dcdfe0fbaaf3cb6679 (diff)
parente17e4e5fad54fe1e47442cd2f15cf073d3460e1f (diff)
downloadsystem_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.h1
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>