[Scummvm-git-logs] scummvm master -> a434b535dd70fccab70023b4158f8607496045a9

lephilousophe noreply at scummvm.org
Tue Apr 14 06:41:46 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
a434b535dd BACKENDS: Fix build


Commit: a434b535dd70fccab70023b4158f8607496045a9
    https://github.com/scummvm/scummvm/commit/a434b535dd70fccab70023b4158f8607496045a9
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-04-14T08:41:06+02:00

Commit Message:
BACKENDS: Fix build

Changed paths:
    backends/platform/null/null.cpp


diff --git a/backends/platform/null/null.cpp b/backends/platform/null/null.cpp
index 85a08848e3f..abc4a4d53d8 100644
--- a/backends/platform/null/null.cpp
+++ b/backends/platform/null/null.cpp
@@ -47,6 +47,8 @@ typedef void (*sighandler_t)(int);
 #include "common/scummsys.h"
 
 #if defined(USE_NULL_DRIVER)
+#include "common/events.h"
+
 #include "backends/modular-backend.h"
 #include "backends/mutex/null/null-mutex.h"
 #include "base/main.h"




More information about the Scummvm-git-logs mailing list