From ba7b214766091547ee5769d0f6b1bd92a4fdec50 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 24 Feb 2010 19:58:17 +0000 Subject: 2010-02-24 Jeff Johnston * libc/stdlib/__call_exit.c: Add include of sys/lock.h. --- newlib/libc/stdlib/__call_atexit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/stdlib') diff --git a/newlib/libc/stdlib/__call_atexit.c b/newlib/libc/stdlib/__call_atexit.c index 1e2a9f5fa..5365f32e9 100644 --- a/newlib/libc/stdlib/__call_atexit.c +++ b/newlib/libc/stdlib/__call_atexit.c @@ -5,6 +5,7 @@ #include #include +#include #include "atexit.h" /* Make this a weak reference to avoid pulling in free. */ -- cgit v1.2.3