From 0748262682e3cffc7fccc266ac7632f48f56a0ee Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 28 Apr 2010 10:35:55 -0700 Subject: fix a few build errors for the no threads case Signed-off-by: Austin Foxley --- libc/inet/getaddrinfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/inet/getaddrinfo.c') diff --git a/libc/inet/getaddrinfo.c b/libc/inet/getaddrinfo.c index 8c7f7b9f1..cdfdb72cf 100644 --- a/libc/inet/getaddrinfo.c +++ b/libc/inet/getaddrinfo.c @@ -56,7 +56,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#ifdef __UCLIBC_HAS_TLS__ #include +#endif #include #include #include -- cgit v1.2.3