blob: 5b0619338be2d338b276f9a4cca0c10f5a398c44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/SDL_endian.h.orig 2020-10-03 02:13:42 UTC
+++ include/SDL_endian.h
@@ -44,6 +44,8 @@
#define SDL_BYTEORDER __BYTE_ORDER
#elif defined(__OpenBSD__)
#include <endian.h>
+#elif defined(__FreeBSD__)
+#include <sys/endian.h>
#define SDL_BYTEORDER BYTE_ORDER
#else
#if defined(__hppa__) || \
|