From: Stefan Reinauer Date: Sun, 31 May 2026 02:54:39 +0000 (-0700) Subject: kbmcu: include cstring for memset X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f538d9bdea825c855bfa3bad491dbc0335d4a819;p=francis%2Fwinuae.git 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. --- 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"