diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 14:44:26 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 14:44:26 -0400 |
commit | 1ba64681e6569fa38434272772f97a8adf3c0453 (patch) | |
tree | 73ddcd17316709fc94e6e340c9e859e035bec460 | |
parent | f4f3abc9549d038d4d1d9a58d06471ce5435eb25 (diff) |
add missing includes
-rw-r--r-- | flash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #include "globals.h" +#include "lcd.h" +#include "version.h" #include <stdint.h> #include <stdio.h> #include <stdbool.h> |