diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_x11.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry_x11.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp index faa7f07548d..7016b8b640f 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp @@ -14,6 +14,8 @@ #include <X11/Xutil.h> #include <bgfx/platform.h> +#include <unistd.h> // syscall + #undef None #include <bx/thread.h> #include <bx/os.h> |