From 327d8021d03fb9fbbecf1bc04b4c5e0b3e2be585 Mon Sep 17 00:00:00 2001 From: Ganael Laplanche Date: Tue, 12 Jun 2018 12:09:41 +0200 Subject: [PATCH] Add missing defines and includes from removed ul.h --- 3rdparty/joystick/jsBSD.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/3rdparty/joystick/jsBSD.cxx b/3rdparty/joystick/jsBSD.cxx index b850ab910..5dffb4836 100644 --- a/3rdparty/joystick/jsBSD.cxx +++ b/3rdparty/joystick/jsBSD.cxx @@ -42,6 +42,16 @@ #define HAVE_USB_JS 1 #endif +#ifndef TRUE +#define TRUE 1 +#define FALSE 0 +#endif + +#include /* for jsSetError and SG_WARN */ + +#include +#include + #include #include #include