From 2b6420f04623f0f168148fc858bcf10ffbd01765 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 8 Sep 2024 14:09:51 +0100 Subject: Fix an include-what-you-use omission --- src/sst.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sst.c b/src/sst.c index ba0ba1f..5f09991 100644 --- a/src/sst.c +++ b/src/sst.c @@ -33,6 +33,7 @@ #include "gameinfo.h" #include "gametype.h" #include "hook.h" +#include "intdefs.h" #include "langext.h" #include "os.h" #include "sst.h" -- cgit v1.2.3