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

This commit is contained in:
Elliott Hughes 2013-02-19 21:58:18 +00:00 committed by Gerrit Code Review
commit 593abb7b59

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 */