fix struct layout mismatch in sound ioctl time32 fallback conversion
[musl] / include / netinet / ip.h
index d7fa8d5..0ae132a 100644 (file)
@@ -7,7 +7,6 @@ extern "C" {
 
 #include <stdint.h>
 #include <netinet/in.h>
-#include <endian.h>
 
 struct timestamp {
        uint8_t len;
@@ -191,6 +190,8 @@ struct ip_timestamp {
 
 #define        IP_MSS          576
 
+#define __UAPI_DEF_IPHDR       0
+
 #ifdef __cplusplus
 }
 #endif