]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
kbmcu: include cstring for memset
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 02:54:39 +0000 (19:54 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
co8048.cpp uses memset directly. Include <cstring> so the file builds
with compilers that do not expose it through another header.

kbmcu/8048/co8048.cpp

index 565d6803686cbce1f11c09b9b72a0a15e73bfdc8..a2773a2a69d7a2f6bc316db0a6aafb63f462e56e 100644 (file)
@@ -19,6 +19,7 @@
 //     modified under an alternate license. See COPYING.RMT in the same source
 //     archive for details.
 
+#include <cstring>
 #include <string>
 #include "co8048.h"