openmsx: fix build with gcc>=12
This commit is contained in:
parent
822374506b
commit
16e9cbb43c
1 changed files with 10 additions and 0 deletions
10
srcpkgs/openmsx/patches/fix-build.patch
Normal file
10
srcpkgs/openmsx/patches/fix-build.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/file/FileBase.hh
|
||||||
|
+++ b/src/file/FileBase.hh
|
||||||
|
@@ -5,6 +5,7 @@
|
||||||
|
#include "span.hh"
|
||||||
|
#include <cstdint>
|
||||||
|
#include <string>
|
||||||
|
+#include <ctime>
|
||||||
|
|
||||||
|
namespace openmsx {
|
||||||
|
|
Loading…
Add table
Reference in a new issue