|
@@ -59,7 +59,7 @@ _m_prefetch(void *__P)
|
|
#ifdef __linux__
|
|
#ifdef __linux__
|
|
#include <endian.h>
|
|
#include <endian.h>
|
|
#define SDL_BYTEORDER __BYTE_ORDER
|
|
#define SDL_BYTEORDER __BYTE_ORDER
|
|
-#elif defined(__OpenBSD__)
|
|
|
|
|
|
+#elif defined(__OpenBSD__) || defined(__DragonFly__)
|
|
#include <endian.h>
|
|
#include <endian.h>
|
|
#define SDL_BYTEORDER BYTE_ORDER
|
|
#define SDL_BYTEORDER BYTE_ORDER
|
|
#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
|
#elif defined(__FreeBSD__) || defined(__NetBSD__)
|