1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-15 14:09:06 +00:00

Moar linux build fixing

This commit is contained in:
fgenesis 2012-06-17 03:41:53 +02:00
parent d526b6c193
commit 5329a9e6e3

View file

@ -68,8 +68,9 @@ bool tryXInput()
#endif #endif
#ifdef __LINUX__ #ifdef __LINUX__
#include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <linux/input.h> #include <linux/input.h>
#include <errno.h> #include <errno.h>