1
0
Fork 0

Added several include files, thanks to Roland Haeder

Added includes missing for some compiler/platform.
This commit is contained in:
ThorstenB 2011-01-08 22:34:43 +01:00
parent 4458f7ce73
commit 8efe895355
2 changed files with 5 additions and 2 deletions

View file

@ -24,6 +24,7 @@
# include <config.h>
#endif
#include <cstring>
#include "FGEventInput.hxx"
#include <Main/fg_props.hxx>
#include <simgear/io/sg_file.hxx>

View file

@ -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 {