1
0
Fork 0
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:
fgenesis 2012-06-17 03:37:37 +02:00
parent 6bd5caf4fa
commit d526b6c193

View file

@ -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>