From b8ea7f650ff44addf1b989e6f1826944dc893e62 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R." Date: Wed, 9 Oct 2024 01:03:15 +0200 Subject: [PATCH] Fix compilation of sdlkit --- sfxr/source/sdlkit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sfxr/source/sdlkit.cpp b/sfxr/source/sdlkit.cpp index 2d125b0..885799c 100644 --- a/sfxr/source/sdlkit.cpp +++ b/sfxr/source/sdlkit.cpp @@ -25,6 +25,7 @@ #include #include +#include void error (const char *file, unsigned int line, const char *msg) {