summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
index 4ba6ce23f7..c5d0251323 100644
--- a/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
+++ b/firmware/target/arm/gigabeat/meg-fx/button-meg-fx.c
@@ -26,6 +26,7 @@
26#include "backlight.h" 26#include "backlight.h"
27#include "adc.h" 27#include "adc.h"
28#include "system.h" 28#include "system.h"
29#include "backlight-target.h"
29 30
30static bool headphones_detect; 31static bool headphones_detect;
31 32