Skip to content

Commit

Permalink
Fix endian.h include for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and Zeno- committed Dec 30, 2014
1 parent 53bc56d commit 2414580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cguittfont/irrUString.h
Expand Up @@ -47,6 +47,8 @@
#define __BIG_ENDIAN 1
#elif __MACH__
#include <machine/endian.h>
#elif defined(__FreeBSD__)
#include <sys/endian.h>
#else
#include <endian.h>
#endif
Expand Down

0 comments on commit 2414580

Please sign in to comment.