diff options
author | Khem Raj <kraj@mvista.com> | 2008-07-09 23:52:41 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-07-09 23:52:41 +0000 |
commit | c776700c71250f0666f5f23ba198f6c3d03974c6 (patch) | |
tree | edf45e8c27e0704a51e22be1f37f06e2e0a3e09e /libc/inet/resolv.c | |
parent | 8881017aeb43889e5eba0bd29e7bd484b715f56b (diff) | |
download | uClibc-alpine-c776700c71250f0666f5f23ba198f6c3d03974c6.tar.bz2 uClibc-alpine-c776700c71250f0666f5f23ba198f6c3d03974c6.tar.xz |
Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ARM as well.
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 6ddbd5c31..b30d55f2c 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -155,6 +155,7 @@ #include <sys/utsname.h> #include <sys/un.h> #include <bits/uClibc_mutex.h> +#include <tls.h> /* poll() is not supported in kernel <= 2.0, therefore if __NR_poll is * not available, we assume an old Linux kernel is in use and we will |