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

Change-Id: Ib9eb167710a021e0a2b5c77a06a9338cdc748e6d
This commit is contained in:
Chirayu Desai 2013-02-16 21:23:27 +05:30
parent 7f67f78ad5
commit 61ba9b526b

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