Updated to use new plib.
This commit is contained in:
parent
cd3dec54ef
commit
f22ca6b4cf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#include <Debug/logstream.hxx>
|
#include <Debug/logstream.hxx>
|
||||||
|
|
||||||
#if defined( ENABLE_LINUX_JOYSTICK )
|
#if defined( ENABLE_LINUX_JOYSTICK )
|
||||||
# include <js.h>
|
# include <plib/js.h>
|
||||||
#elif defined( ENABLE_GLUT_JOYSTICK )
|
#elif defined( ENABLE_GLUT_JOYSTICK )
|
||||||
# include <GL/glut.h>
|
# include <GL/glut.h>
|
||||||
# include <XGL/xgl.h>
|
# include <XGL/xgl.h>
|
||||||
|
|
Loading…
Reference in a new issue