From 6601ae39f91ccf8a9963aea78bcafdd12c467ca5 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Mon, 4 Apr 2022 15:14:11 +0200 Subject: [PATCH] add missing include --- abzug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abzug.h b/abzug.h index 58eacea..cba315d 100644 --- a/abzug.h +++ b/abzug.h @@ -1,6 +1,8 @@ #ifndef _ABZUG_H #define _ABZUG_H +#include + extern uint16_t abzug_speed; void do_abzug(void);