summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/bmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c
index 841244057f..6b557783cf 100644
--- a/apps/recorder/bmp.c
+++ b/apps/recorder/bmp.c
@@ -30,6 +30,7 @@
30#include "debug.h" 30#include "debug.h"
31#include "lcd.h" 31#include "lcd.h"
32#include "file.h" 32#include "file.h"
33#include "autoconf.h"
33 34
34#ifdef __GNUC__ 35#ifdef __GNUC__
35#define STRUCT_PACKED __attribute__((packed)) 36#define STRUCT_PACKED __attribute__((packed))