commit | 6f4220c49e90b18a50d36e47cc9287c7593af939 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 19 18:55:17 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 19 02:44:29 2014 +0000 |
tree | 34497153d977d4eb32bf3be37ce29acbb4121a08 | |
parent | 2222eae61e723d946029899edaf7afcbaa160bb7 [diff] | |
parent | f4c948a9e9b616c4f133f9495dacb105e51b3e49 [diff] |
Merge "Move the meat of <features.h> into <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);