am 593abb7b: Merge "stdlib: atexit: include <sys/cdefs.h>"

* commit '593abb7b593a34d501c90512953a7368add6d185':
  stdlib: atexit: include <sys/cdefs.h>
This commit is contained in:
Elliott Hughes 2013-02-19 14:19:33 -08:00 committed by Android Git Automerger
commit 77272874f8

View File

@ -30,6 +30,8 @@
*
*/
#include <sys/cdefs.h>
struct atexit {
struct atexit *next; /* next in list */
int ind; /* next index in this table */