mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
arpa/nameser.h: Fix build on GCC8.
ssize_t comes from sys/types.h.
This commit is contained in:
parent
239a1c3561
commit
8da1468de6
@ -52,8 +52,7 @@
|
||||
#ifndef _ARPA_NAMESER_H_
|
||||
#define _ARPA_NAMESER_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user