diff options
Diffstat (limited to 'robot/sim.h')
-rw-r--r-- | robot/sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/sim.h b/robot/sim.h index f087517..ab1cd77 100644 --- a/robot/sim.h +++ b/robot/sim.h @@ -3,9 +3,9 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include <stdbool.h> #include "../shared/bin.h" +#include "../shared/protocol.h" extern bool g_w2_sim_headless; |