diff options
Diffstat (limited to 'robot/sim.c')
-rw-r--r-- | robot/sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/sim.c b/robot/sim.c index 34e4932..0e4c9b7 100644 --- a/robot/sim.c +++ b/robot/sim.c @@ -10,7 +10,7 @@ #include "../shared/consts.h" #include "../shared/protocol.h" #include "sercomm.h" -#include "errcatch.h" +#include "../shared/errcatch.h" struct timespec reference_time; // NOLINT bool g_w2_sim_headless = false; |