diff --git a/ArduPlane/ArduPlane.pde b/ArduPlane/ArduPlane.pde index 03f763670b..74bc5137e2 100644 --- a/ArduPlane/ArduPlane.pde +++ b/ArduPlane/ArduPlane.pde @@ -67,6 +67,7 @@ #include #include // RC input mapping library +#include #include #include @@ -81,8 +82,8 @@ // Local modules #include "defines.h" -// key aircraft parameters passed to the speed/height controller -static AP_SpdHgtControl::AircraftParameters aparm; +// key aircraft parameters passed to multiple libraries +static AP_Vehicle::FixedWing aparm; #include "Parameters.h" #include "GCS.h"