summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-10-19 17:29:34 +1300
committerScott Mansell <phiren@gmail.com>2015-10-19 17:29:34 +1300
commit1ba600b688138df75e5a2b395c6f48fe9eca639b (patch)
treed696be2268bb7362ed80a984a6ec40ac8ce7385e /Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
parent018a05b77ede6a9cf8d769ec41371c50350da9ef (diff)
parent867a1beb9fcee226c436d974859a284042d3aa21 (diff)
Merge pull request #3145 from catzilla4/master
FreeBSD Compilation fix
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
index e4983e80bb..3d7a02a3a0 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cmath>
+#include <cstdlib>
#include <cstring>
#include <X11/XKBlib.h>