mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +00:00
include endian.h (#3399)
This commit is contained in:
parent
788a4e1cf8
commit
fe349e80ba
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#ifdef __linux__
|
||||
|
||||
#include <endian.h>
|
||||
|
||||
#define OS_STRING "linux"
|
||||
#define ID_INLINE inline
|
||||
#define PATH_SEP '/'
|
||||
|
|
Loading…
Reference in a new issue