aboutsummaryrefslogtreecommitdiffstats
path: root/fw/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/table.c')
-rw-r--r--fw/table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/table.c b/fw/table.c
index a509082..fd16353 100644
--- a/fw/table.c
+++ b/fw/table.c
@@ -1,8 +1,10 @@
#include <xc.h>
+#include <stdbool.h>
#include <stdint.h>
#include "types.h"
+#include "can.h"
#include "eeprom.h"
#include "table.h"