]> git.mxchange.org Git - flightgear.git/blobdiff - src/Joystick/joystick.cxx
Changes to begin incorporating plib support for managing and rendering the
[flightgear.git] / src / Joystick / joystick.cxx
index 856e0a7fe86579ed291a2566cb2ae0e49eb6ebf2..dcad3f78acd11e217ba9f44353749b54821a7d07 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started October 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson - curt@me.umn.edu
+// Copyright (C) 1998 - 1999  Curtis L. Olson - curt@flightgear.org
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -33,7 +33,7 @@
 #include <Debug/logstream.hxx>
 
 #if defined( ENABLE_PLIB_JOYSTICK )
-#  include <plib/js.h>
+#  include <js.h>              // plib include
 #elif defined( ENABLE_GLUT_JOYSTICK )
 #  include <GL/glut.h>
 #  include <XGL/xgl.h>