From c8b985ccffa7c36de68f9a7a807e38770a0de143 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Wed, 30 Mar 2022 16:17:46 +0200 Subject: [PATCH] add missing include --- taenzer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taenzer.h b/taenzer.h index 34116fc..cac0267 100644 --- a/taenzer.h +++ b/taenzer.h @@ -1,6 +1,8 @@ #ifndef _TAENZER_H_ #define _TAENZER_H +#include + typedef struct { uint8_t homed; uint32_t pos;