From a92f0c261364774d4f844300dd2c3b11e9deaf02 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Dec 2009 09:40:05 -0800 Subject: Include bits/libc-lock.h to get __libc_once_define Signed-off-by: Khem Raj Acked-by: Austin Foxley --- libc/inet/rpc/rpc_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/inet/rpc') diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index 54781d040..71303b2be 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -14,6 +14,7 @@ #ifdef __UCLIBC_HAS_THREADS__ #include +#include /* Variable used in non-threaded applications or for the first thread. */ static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem; -- cgit v1.2.3