This commit is contained in:
Thomas Bernard
2019-03-08 17:02:26 +01:00
parent 8d16b475b6
commit 609eb7061d
2 changed files with 2 additions and 3 deletions

View File

@@ -90,15 +90,13 @@
#include <sys/param.h>
#endif
#if !defined(WIN32)
#if defined(__macosx__)
#include <machine/endian.h>
#elif defined(__FreeBSD__)
#include <sys/endian.h>
#else
#elif !defined(WIN32)
#include <endian.h>
#endif
#endif
#include "gfx2log.h"
#include "const.h"