Skip to content

Commit 2414580

Browse files
AMDmi3Zeno-
authored andcommitted
Fix endian.h include for FreeBSD
1 parent 53bc56d commit 2414580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cguittfont/irrUString.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
#define __BIG_ENDIAN 1
4848
#elif __MACH__
4949
#include <machine/endian.h>
50+
#elif defined(__FreeBSD__)
51+
#include <sys/endian.h>
5052
#else
5153
#include <endian.h>
5254
#endif

0 commit comments

Comments
 (0)