mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-23 14:35:02 +00:00
Fix build with gcc 4.7, thx vincent/mirandir
This commit is contained in:
parent
6bd5caf4fa
commit
d526b6c193
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "Core.h"
|
||||
|
||||
#if defined(BBGE_BUILD_WINDOWS) && defined(BBGE_BUILD_XINPUT)
|
||||
|
@ -67,6 +68,7 @@ bool tryXInput()
|
|||
#endif
|
||||
|
||||
#ifdef __LINUX__
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <linux/input.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue