diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/gethostid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/gethostid.c b/sysdeps/unix/sysv/linux/gethostid.c index f8a3b80481..3ef6ac63fb 100644 --- a/sysdeps/unix/sysv/linux/gethostid.c +++ b/sysdeps/unix/sysv/linux/gethostid.c @@ -19,6 +19,7 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> +#include <netdb.h> #define HOSTIDFILE "/var/adm/hostid" |