Merge "Added missing header to window.h"

This commit is contained in:
Dima Zavin 2012-05-02 09:08:05 -07:00 committed by android code review
commit 29fea7b17a

View file

@ -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>