summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-22 14:44:26 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-22 14:44:26 -0400
commit1ba64681e6569fa38434272772f97a8adf3c0453 (patch)
tree73ddcd17316709fc94e6e340c9e859e035bec460
parentf4f3abc9549d038d4d1d9a58d06471ce5435eb25 (diff)
add missing includes
-rw-r--r--flash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 62565d3..d2bbbea 100644
--- a/flash.c
+++ b/flash.c
@@ -1,4 +1,6 @@
#include "globals.h"
+#include "lcd.h"
+#include "version.h"
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>