Add missing defines and includes from removed ul.h
This commit is contained in:
parent
112d64f828
commit
327d8021d0
1 changed files with 10 additions and 0 deletions
10
3rdparty/joystick/jsBSD.cxx
vendored
10
3rdparty/joystick/jsBSD.cxx
vendored
|
@ -42,6 +42,16 @@
|
||||||
#define HAVE_USB_JS 1
|
#define HAVE_USB_JS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
|
#define TRUE 1
|
||||||
|
#define FALSE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <simgear/props/props.hxx> /* for jsSetError and SG_WARN */
|
||||||
|
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue