blob: 7d2f6b2407161142bdb9ed9d917ff932d43c8413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/zosc.c.orig 2021-01-18 10:20:29 UTC
+++ src/zosc.c
@@ -23,7 +23,7 @@
#endif
#include "czmq_classes.h"
#if __unix__ && !__APPLE__
-#include <endian.h>
+#include <sys/endian.h>
#define htonll(x) htobe64(x)
#define ntohll(x) be64toh(x)
#endif
|