File ti99sim-fix-missing-cstring.patch of Package ti99sim
diff -Nur ti99sim-0.16.0/src/core/device-support.cpp new/src/core/device-support.cpp --- ti99sim-0.16.0/src/core/device-support.cpp 2020-05-25 22:52:23.000000000 +0200 +++ new/src/core/device-support.cpp 2022-05-18 06:39:46.521121221 +0200 @@ -36,6 +36,7 @@ #include "ti-disk.hpp" #include "ti-pcard.hpp" #include "cf7+.hpp" +#include <cstring> using FactoryFunction = iDevice*(*)(iCartridge *);