From 61ba9b526bf62a5a6ab717497d34e2f569fc0116 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sat, 16 Feb 2013 21:23:27 +0530 Subject: [PATCH] stdlib: atexit: include Change-Id: Ib9eb167710a021e0a2b5c77a06a9338cdc748e6d --- libc/stdlib/atexit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/stdlib/atexit.h b/libc/stdlib/atexit.h index 39df2e130..4b3e5aba4 100644 --- a/libc/stdlib/atexit.h +++ b/libc/stdlib/atexit.h @@ -30,6 +30,8 @@ * */ +#include + struct atexit { struct atexit *next; /* next in list */ int ind; /* next index in this table */