Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
#define SYSTEM_CORE_INCLUDE_ANDROID_WINDOW_H
#define SYSTEM_CORE_INCLUDE_ANDROID_WINDOW_H


#include <stdint.h>
#include <stdint.h>
#include <string.h>
#include <sys/cdefs.h>
#include <sys/cdefs.h>
#include <system/graphics.h>
#include <system/graphics.h>
#include <cutils/native_handle.h>
#include <cutils/native_handle.h>