diff options
| author | Andrew Sutherland <dr3wsuth3rland@gmail.com> | 2011-11-24 23:03:22 -0600 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-07-10 22:45:28 +0100 |
| commit | 6456a4b853463003bc20bcf5a0aec37bd16fa31d (patch) | |
| tree | fec722633dd5a2df043e562a7fb79a868020d537 /include/system | |
| parent | 418954f50ff22300c6663f2be058ee440f31a032 (diff) | |
| download | system_core-6456a4b853463003bc20bcf5a0aec37bd16fa31d.tar.gz system_core-6456a4b853463003bc20bcf5a0aec37bd16fa31d.tar.bz2 system_core-6456a4b853463003bc20bcf5a0aec37bd16fa31d.zip | |
add missing string.h include needed for memset
Change-Id: Ieeb9e95919d1bea183f01da9fbab0c5c8c8d1925
Diffstat (limited to 'include/system')
| -rw-r--r-- | include/system/window.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/system/window.h b/include/system/window.h index 8e00bcdb..7c942432 100644 --- a/include/system/window.h +++ b/include/system/window.h @@ -23,6 +23,10 @@ #include <system/graphics.h> #include <cutils/native_handle.h> +#ifdef __cplusplus +#include <string.h> +#endif + __BEGIN_DECLS /*****************************************************************************/ |
