diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/res_libc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resolv/res_libc.c b/resolv/res_libc.c index c52574f895..c8f158d94c 100644 --- a/resolv/res_libc.c +++ b/resolv/res_libc.c @@ -127,15 +127,14 @@ __thread struct __res_state *__resp = &_res; extern __thread struct __res_state *__libc_resp __attribute__ ((alias ("__resp"))) attribute_hidden; +#include <shlib-compat.h> + /* We declare this with compat_symbol so that it's not visible at link time. Programs must use the accessor functions. */ #ifdef SHARED -# include <shlib-compat.h> compat_symbol (libc, _res, _res, GLIBC_2_0); #endif -#include <shlib-compat.h> - #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_2) # undef res_init extern int __res_init_weak (void); |