diff options
Diffstat (limited to 'klippy/chelper/kin_polar.c')
-rw-r--r-- | klippy/chelper/kin_polar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper/kin_polar.c b/klippy/chelper/kin_polar.c index 77755d70..15f5ae1b 100644 --- a/klippy/chelper/kin_polar.c +++ b/klippy/chelper/kin_polar.c @@ -9,6 +9,7 @@ #include <string.h> // memset #include "compiler.h" // __visible #include "itersolve.h" // struct stepper_kinematics +#include "trapq.h" // move_get_coord static double polar_stepper_radius_calc_position(struct stepper_kinematics *sk, struct move *m |