diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:24:02 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-02-19 10:24:02 +0000 |
commit | 2e6b7da757db6d8f4f07dcc44dfb8c82ad02bbba (patch) | |
tree | 840f81fd1021f7a5d996108f920f81c96368f4c1 | |
parent | 99ae86e8e464a90f333d42a8d802976cffd2f145 (diff) | |
download | uClibc-alpine-2e6b7da757db6d8f4f07dcc44dfb8c82ad02bbba.tar.bz2 uClibc-alpine-2e6b7da757db6d8f4f07dcc44dfb8c82ad02bbba.tar.xz |
Add stdlib.h header for exit prototype.
-rw-r--r-- | test/tls/tst-tls15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tls/tst-tls15.c b/test/tls/tst-tls15.c index 7ac963aa2..2c2df251b 100644 --- a/test/tls/tst-tls15.c +++ b/test/tls/tst-tls15.c @@ -1,5 +1,6 @@ #include <dlfcn.h> #include <stdio.h> +#include <stdlib.h> static int do_test (void) |