mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Include unistd.h for getpid() when _IRR_COMPILE_WITH_X11_
This commit is contained in:
parent
0fb67ccb34
commit
a677d33bdf
1 changed files with 4 additions and 1 deletions
|
@ -45,9 +45,12 @@
|
|||
#include <X11/Xcursor/Xcursor.h>
|
||||
#endif
|
||||
|
||||
#if defined(_IRR_COMPILE_WITH_X11_) || defined(_IRR_COMPILE_WITH_JOYSTICK_EVENTS_)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/joystick.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue