From 7270c874630a097227a07891dd50bf8baefc3f07 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Dec 2006 03:19:36 +0000 Subject: finish the pthread locking cleanups. This should get things compiling again though I still need to silence the warnings about _pthread_cleanup_push_defer --- libc/sysdeps/linux/common/bits/uClibc_mutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/bits/uClibc_mutex.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_mutex.h b/libc/sysdeps/linux/common/bits/uClibc_mutex.h index 5464c2285..45b4b07df 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h +++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h @@ -13,6 +13,7 @@ #ifdef __UCLIBC_HAS_THREADS__ #include +#include #define __UCLIBC_MUTEX_TYPE pthread_mutex_t -- cgit v1.2.3