diff options
| author | Juan Linietsky | 2015-12-21 10:37:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-21 10:37:26 -0300 |
| commit | 46dee92c8eb2eed4ed72e0b79670889eca5e1896 (patch) | |
| tree | 4f4218f3f090d0c07843c8e60390937ea4c2d736 /platform/x11/joystick_linux.cpp | |
| parent | 3fe740dac6404c3e1dbbca887daddc59c8da549b (diff) | |
| download | godot-46dee92c8eb2eed4ed72e0b79670889eca5e1896.tar.gz godot-46dee92c8eb2eed4ed72e0b79670889eca5e1896.tar.zst godot-46dee92c8eb2eed4ed72e0b79670889eca5e1896.zip | |
Diffstat (limited to 'platform/x11/joystick_linux.cpp')
| -rw-r--r-- | platform/x11/joystick_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/joystick_linux.cpp b/platform/x11/joystick_linux.cpp index cfc4f7cd2..e50916d2c 100644 --- a/platform/x11/joystick_linux.cpp +++ b/platform/x11/joystick_linux.cpp @@ -33,7 +33,7 @@ #include "joystick_linux.h" #include "print_string.h" -#include <libevdev-1.0/libevdev/libevdev.h> +#include <libevdev/libevdev.h> #include <libudev.h> #include <unistd.h> #include <fcntl.h> |
