Merge "Missing #include <sys/cdefs.h>."
This commit is contained in:
commit
2222eae61e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue