summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2015-07-08 13:09:08 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2015-07-08 13:52:43 -0500
commitc38ae5236e082c0b635085fced60559170ee9a8e (patch)
tree31b924f524bb32bf89cc516bc7d826e7d6b091b2 /Source/Core/InputCommon/ControllerInterface
parent31c083bf64db8b42a2dd08adbf6d4e98402db997 (diff)
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
index 9b31da73c4..75384393b6 100644
--- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <fcntl.h>
#include <libudev.h>
#include <unistd.h>