diff options
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/setup.c b/robot/setup.c index 36c5da1..6af1a05 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -1,7 +1,7 @@ #include <stdlib.h> -#include "bin.h" -#include "consts.h" +#include "../shared/bin.h" +#include "../shared/consts.h" #include "halt.h" #include "modes.h" #include "orangutan_shim.h" |