Browse Source

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

Jo-Philipp Wich 6 years ago
parent
commit
14cec8678e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/arpa/nameser.h

+ 1 - 0
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