mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-25 03:51:26 +00:00
Fix #include for <machine/endian.h> s/endiane/endian/
This commit is contained in:
parent
2b1eaa6df3
commit
1182ab55c5
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -172,7 +172,7 @@
|
|||
# if defined (__FreeBSD__) || defined (__OpenBSD__)
|
||||
# include <sys/endian.h>
|
||||
# elif defined (BSD) && (BSD >= 199103) || defined (__DJGPP__) || defined (__CYGWIN32__)
|
||||
# include <machine/endiane.h>
|
||||
# include <machine/endian.h>
|
||||
# elif defined (__APPLE__)
|
||||
# if defined (__BIG_ENDIAN__) && !defined(BIG_ENDIAN)
|
||||
# define BIG_ENDIAN
|
||||
|
|
Loading…
Reference in a new issue