From f538d9bdea825c855bfa3bad491dbc0335d4a819 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 30 May 2026 19:54:39 -0700 Subject: [PATCH] kbmcu: include cstring for memset co8048.cpp uses memset directly. Include so the file builds with compilers that do not expose it through another header. --- kbmcu/8048/co8048.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kbmcu/8048/co8048.cpp b/kbmcu/8048/co8048.cpp index 565d6803..a2773a2a 100644 --- a/kbmcu/8048/co8048.cpp +++ b/kbmcu/8048/co8048.cpp @@ -19,6 +19,7 @@ // modified under an alternate license. See COPYING.RMT in the same source // archive for details. +#include #include #include "co8048.h" -- 2.47.3