aboutsummaryrefslogtreecommitdiff
path: root/common/action_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/action_util.h')
-rw-r--r--common/action_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/action_util.h b/common/action_util.h
index 939bc2b66..f9d3161a8 100644
--- a/common/action_util.h
+++ b/common/action_util.h
@@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18#define ACTION_UTIL_H 18#define ACTION_UTIL_H
19 19
20#include <stdint.h> 20#include <stdint.h>
21#include "report.h"
21 22
22extern report_keyboard_t *keyboard_report; 23extern report_keyboard_t *keyboard_report;
23 24