1
0
Fork 0

Add missing defines and includes from removed ul.h

This commit is contained in:
Ganael Laplanche 2018-06-12 12:09:41 +02:00
parent 112d64f828
commit 327d8021d0

View file

@ -42,6 +42,16 @@
#define HAVE_USB_JS 1
#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 <errno.h>
#include <sys/ioctl.h>