From 6e46869a9c0c9f5e31378247e5835cd0b3301c96 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 30 Oct 2005 01:14:23 +0000 Subject: Merge from trunk. --- libc/inet/rpc/rpc_thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/inet/rpc/rpc_thread.c') diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index e3a1c40b2..374aac84c 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -2,11 +2,12 @@ #include #include #include -#include #include "rpc_private.h" #ifdef __UCLIBC_HAS_THREADS__ +#include + /* Variable used in non-threaded applications or for the first thread. */ static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem; #ifdef __UCLIBC_HAS_THREADS_NATIVE__ -- cgit v1.2.3