]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGLinuxEventInput.cxx
Revert joystick patch. One would have to provide a better one
[flightgear.git] / src / Input / FGLinuxEventInput.cxx
index 621e15fd8b41a9d5994ab96139385a160f5c2ff8..03e7e05817ee7629d742810516ce84a6bfabd211 100644 (file)
 #  include <config.h>
 #endif
 
-#include "FGLinuxEventInput.hxx"
-
+#include <cstring>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <poll.h>
 #include <linux/input.h>
 #include <dbus/dbus.h>
 #include <fcntl.h>
+#include "FGLinuxEventInput.hxx"
 
 
 struct TypeCode {