diff options
Diffstat (limited to 'libc/inet/gethostbyname_r.c')
-rw-r--r-- | libc/inet/gethostbyname_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/gethostbyname_r.c b/libc/inet/gethostbyname_r.c index fc9e56da5..4b34f8d17 100644 --- a/libc/inet/gethostbyname_r.c +++ b/libc/inet/gethostbyname_r.c @@ -5,4 +5,4 @@ */ #define L_gethostbyname_r -#include "resolv.c" +#include RESOLVER |