arpa/nameser.h: Fix build on GCC8.
ssize_t comes from sys/types.h.
This commit is contained in:
@@ -52,8 +52,7 @@
|
|||||||
#ifndef _ARPA_NAMESER_H_
|
#ifndef _ARPA_NAMESER_H_
|
||||||
#define _ARPA_NAMESER_H_
|
#define _ARPA_NAMESER_H_
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <sys/types.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user