Skip to content

Commit 969bded

Browse files
committed
fix initraj.cc: use qualified motion/motion.h path for ini/ directory
emc/ini/ does not have -Iemc/motion in its compile flags, so the flat "motion.h" include fails on ARM and clang builds.
1 parent a6511ab commit 969bded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/ini/initraj.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "nml_intf/emcglb.h" /*! \todo TRAVERSE_RATE (FIXME) */
2626
#include "inihal.hh"
2727
#include <rtapi_string.h>
28-
#include "motion.h" // For emcmotConfig, emcmot_config_t
28+
#include "motion/motion.h" // For emcmotConfig, emcmot_config_t
2929

3030
// Userspace kinematics for trajectory planning
3131
#include "userspace_kinematics.hh"

0 commit comments

Comments
 (0)