fix endian errors in arpa/nameser.h due to failure to include endian.h

This commit is contained in:
Jo-Philipp Wich 2017-12-04 12:13:06 +01:00 committed by Rich Felker
parent 2a831786f0
commit 14cec8678e

View File

@ -7,6 +7,7 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
#include <endian.h>
#define __NAMESER 19991006
#define NS_PACKETSZ 512