1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

hurd: fix warning

* resolv/res-close.c: Include <stdlib.h>.
This commit is contained in:
Samuel Thibault
2018-01-27 16:42:58 +01:00
parent da8168df01
commit 3538a4b6c3
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@
#include <resolv_context.h>
#include <resolv_conf.h>
#include <not-cancel.h>
#include <stdlib.h>
/* Close all open sockets. If FREE_ADDR is true, deallocate any
separately allocated name server addresses. */