mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +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 <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <endian.h>
|
||||||
|
|
||||||
#define __NAMESER 19991006
|
#define __NAMESER 19991006
|
||||||
#define NS_PACKETSZ 512
|
#define NS_PACKETSZ 512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user