am 2222eae6: Merge "Missing #include <sys/cdefs.h>."

* commit '2222eae61e723d946029899edaf7afcbaa160bb7':
  Missing #include <sys/cdefs.h>.
This commit is contained in:
Dan Albert
2014-08-19 18:39:11 +00:00
committed by Android Git Automerger

View File

@@ -29,6 +29,8 @@
#ifndef _SET_ABORT_MESSAGE_H #ifndef _SET_ABORT_MESSAGE_H
#define _SET_ABORT_MESSAGE_H #define _SET_ABORT_MESSAGE_H
#include <sys/cdefs.h>
__BEGIN_DECLS __BEGIN_DECLS
void android_set_abort_message(const char* msg); void android_set_abort_message(const char* msg);