musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017年12月04日 12:13:06 +0100
committerRich Felker <dalias@aerifal.cx>2017年12月14日 23:36:47 -0500
commit14cec8678e742edad82f065dcfe926e45f84d4ac (patch)
tree2c847561751cf703173f748c58a2e23fa4a07dd9
parent2a831786f0be3f54c5a7693eb3ae8fdc4c4ecb85 (diff)
downloadmusl-14cec8678e742edad82f065dcfe926e45f84d4ac.tar.gz
fix endian errors in arpa/nameser.h due to failure to include endian.h
Diffstat
-rw-r--r--include/arpa/nameser.h 1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index 581925a4..b315e0f3 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -7,6 +7,7 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
+#include <endian.h>
#define __NAMESER 19991006
#define NS_PACKETSZ 512
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 11:23:20 +0000

AltStyle によって変換されたページ (->オリジナル) /