aports/testing/spike/0001-fix-with-gcc13.patch
yzewei fe0017022a testing/spike: fix build with gcc-13
Signed-off-by: yzewei <yangzewei@loongson.cn>
2024-07-09 17:30:49 +00:00

12 lines
235 B
Diff

diff --git a/fesvr/device.h b/fesvr/device.h
index 1387b74..639b837 100644
--- a/fesvr/device.h
+++ b/fesvr/device.h
@@ -6,6 +6,7 @@
#include <cstring>
#include <string>
#include <functional>
+#include <cstdint>
class memif_t;