commit | 2222eae61e723d946029899edaf7afcbaa160bb7 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Aug 19 18:29:31 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Aug 16 04:28:29 2014 +0000 |
tree | 1d80288dbaf200e247e7b8367451ac473f99a128 | |
parent | 17f83c93cbbde3e38a03182931f40b7390061a7d [diff] | |
parent | 3a25ab952befbe908f6df45805683ebe3bf65863 [diff] |
Merge "Missing #include <sys/cdefs.h>."
diff --git a/libc/include/android/set_abort_message.h b/libc/include/android/set_abort_message.h index 3e6da1f..4b3d82b 100644 --- a/libc/include/android/set_abort_message.h +++ b/libc/include/android/set_abort_message.h
@@ -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);