Merge "Missing #include <sys/cdefs.h>."

This commit is contained in:
Dan Albert 2014-08-19 18:29:31 +00:00 committed by Gerrit Code Review
commit 2222eae61e

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