summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index f50f3dd9a4..95da7adc42 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -22,7 +22,9 @@
22#include <stdbool.h> 22#include <stdbool.h>
23#include <inttypes.h> 23#include <inttypes.h>
24#include "config.h" 24#include "config.h"
25#ifndef __PCTOOL__
25#include "button-target.h" 26#include "button-target.h"
27#endif
26 28
27extern struct event_queue button_queue; 29extern struct event_queue button_queue;
28 30