diff options
Diffstat (limited to 'firmware/common/format.c')
-rw-r--r-- | firmware/common/format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/format.c b/firmware/common/format.c index 987af417da..2655a871c9 100644 --- a/firmware/common/format.c +++ b/firmware/common/format.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <limits.h> | 25 | #include <limits.h> |
26 | #include <string.h> | 26 | #include <string.h> |
27 | #include "file.h" | 27 | #include "file.h" |
28 | #include "format.h" | ||
28 | 29 | ||
29 | static const char hexdigit[] = "0123456789ABCDEF"; | 30 | static const char hexdigit[] = "0123456789ABCDEF"; |
30 | 31 | ||