diff options
Diffstat (limited to 'libpthread/nptl/res.c')
-rw-r--r-- | libpthread/nptl/res.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/nptl/res.c b/libpthread/nptl/res.c index ba4f81d06..37529899e 100644 --- a/libpthread/nptl/res.c +++ b/libpthread/nptl/res.c @@ -17,8 +17,9 @@ 02111-1307 USA. */ #include <features.h> -#include <resolv.h> + #include <tls.h> +#include <resolv.h> struct __res_state * __res_state (void) |