Missing #include <sys/cdefs.h>.
Needed for __BEGIN_DECLS/__END_DECLS. Currently fine because it's being included after other files that do this. Change-Id: I1f12368fc461f6ef5ca90992cf19f317f0b5d7af
This commit is contained in:
parent
17f83c93cb
commit
3a25ab952b
@ -29,6 +29,8 @@
|
||||
#ifndef _SET_ABORT_MESSAGE_H
|
||||
#define _SET_ABORT_MESSAGE_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
void android_set_abort_message(const char* msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user