diff options
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/setup.c b/robot/setup.c index 10001c7..1174570 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -1,6 +1,6 @@ -#include <pololu/orangutan.h> #include <stdlib.h> +#include "orangutan_shim.h" #include "consts.h" #include "halt.h" #include "modes.h" |