Added several include files, thanks to Roland Haeder
Added includes missing for some compiler/platform.
This commit is contained in:
parent
4458f7ce73
commit
8efe895355
2 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
#include "FGEventInput.hxx"
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <simgear/io/sg_file.hxx>
|
||||
|
|
|
@ -24,12 +24,14 @@
|
|||
# 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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue