diff options
author | 2024-09-08 14:09:51 +0100 | |
---|---|---|
committer | 2024-09-08 14:11:09 +0100 | |
commit | 2b6420f04623f0f168148fc858bcf10ffbd01765 (patch) | |
tree | 694065b599a1e29026501e495bbeebe803635ce7 | |
parent | d1f455ba277df793e2f7c6276cbee0d897b796ce (diff) | |
download | sst-2b6420f04623f0f168148fc858bcf10ffbd01765.tar.gz sst-2b6420f04623f0f168148fc858bcf10ffbd01765.zip |
Fix an include-what-you-use omission
-rw-r--r-- | src/sst.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |