mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix compile on certain Linux configurations, reduce spawn point height
This commit is contained in:
parent
278d93a3ee
commit
318669327e
2 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define strtoull(x, y, z) _strtoui64(x, y, z)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <stdint.h> //for uintptr_t
|
||||
|
||||
#define ALIGNOF(x) __alignof__(x)
|
||||
#define sleep_ms(x) usleep(x*1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue