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:
Dan Albert 2014-08-19 11:06:33 -07:00
parent 17f83c93cb
commit 3a25ab952b

View File

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