mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 12:50:58 +00:00
fix endian errors in arpa/nameser.h due to failure to include endian.h
This commit is contained in:
parent
2a831786f0
commit
14cec8678e
@ -7,6 +7,7 @@ extern "C" {
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <endian.h>
|
||||
|
||||
#define __NAMESER 19991006
|
||||
#define NS_PACKETSZ 512
|
||||
|
Loading…
Reference in New Issue
Block a user