]> git.mxchange.org Git - flightgear.git/commitdiff
Updated to use new plib.
authorcurt <curt>
Thu, 15 Apr 1999 23:58:23 +0000 (23:58 +0000)
committercurt <curt>
Thu, 15 Apr 1999 23:58:23 +0000 (23:58 +0000)
Simulator/Joystick/joystick.cxx

index 636bd45a1d117861f638152c04e34c8492e88353..7e8f8dbe2876393fffc19be3420232cf0f1172b7 100644 (file)
@@ -33,7 +33,7 @@
 #include <Debug/logstream.hxx>
 
 #if defined( ENABLE_LINUX_JOYSTICK )
-#  include <js.h>
+#  include <plib/js.h>
 #elif defined( ENABLE_GLUT_JOYSTICK )
 #  include <GL/glut.h>
 #  include <XGL/xgl.h>