attempt to fix SDK build.
missing cdefs.h include Change-Id: Ic7dfdfe74976a459f166a7576b077965cd1fda6a
This commit is contained in:
parent
8968195b19
commit
33a1d43636
|
@ -17,6 +17,8 @@
|
|||
#ifndef SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H
|
||||
#define SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H
|
||||
|
||||
#include <cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue