summaryrefslogtreecommitdiffstats
path: root/dom/gamepad/linux
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 18:08:32 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:11 +0200
commitf3b26f64fc167a76229e4033980f28eef51792b5 (patch)
tree2b613f580f10ee896bb288d64baa2dfe05a32289 /dom/gamepad/linux
parent99d23484bb98d9509b15502a6275aa5245925940 (diff)
downloadUXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar
UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.gz
UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.lz
UXP-f3b26f64fc167a76229e4033980f28eef51792b5.tar.xz
UXP-f3b26f64fc167a76229e4033980f28eef51792b5.zip
Issue #80 - De-unify dom/gamepad
Diffstat (limited to 'dom/gamepad/linux')
-rw-r--r--dom/gamepad/linux/LinuxGamepad.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/gamepad/linux/LinuxGamepad.cpp b/dom/gamepad/linux/LinuxGamepad.cpp
index c45f4174a..8c6e8ea75 100644
--- a/dom/gamepad/linux/LinuxGamepad.cpp
+++ b/dom/gamepad/linux/LinuxGamepad.cpp
@@ -19,6 +19,7 @@
#include <sys/ioctl.h>
#include <unistd.h>
#include "nscore.h"
+#include "mozilla/dom/Gamepad.h"
#include "mozilla/dom/GamepadPlatformService.h"
#include "udev.h"