mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
11 lines
254 B
C
11 lines
254 B
C
--- 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
|