mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 05:59:16 +00:00
Moar linux build fixing
This commit is contained in:
parent
d526b6c193
commit
5329a9e6e3
1 changed files with 2 additions and 1 deletions
|
@ -68,8 +68,9 @@ bool tryXInput()
|
|||
#endif
|
||||
|
||||
#ifdef __LINUX__
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <linux/input.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue