Skip to content
Snippets Groups Projects
Commit e17e4e5f authored by Homin Lee's avatar Homin Lee
Browse files

Added missing header to window.h


Added string.h for memset()

Change-Id: I48ebec4df82bb9ae0b5daac3c653b9c4dc42c502
Signed-off-by: default avatarHomin Lee <suapapa@insignal.co.kr>
parent 4b91e332
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment