Fix build on OpenBSD (tested on 5.4).
Breakage was introduced with commits for Issue #191.
Этот коммит содержится в:
родитель
df9230810f
Коммит
1f29ffe70d
@ -42,6 +42,15 @@
|
||||
|
||||
# include <sys/endian.h>
|
||||
|
||||
# define be16toh(x) betoh16(x)
|
||||
# define le16toh(x) letoh16(x)
|
||||
|
||||
# define be32toh(x) betoh32(x)
|
||||
# define le32toh(x) letoh32(x)
|
||||
|
||||
# define be64toh(x) betoh64(x)
|
||||
# define le64toh(x) letoh64(x)
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
|
||||
# include <sys/endian.h>
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user