- fix missing prototype in Linux

This commit is contained in:
Christoph Oelckers 2023-09-20 23:58:01 +02:00
parent 7f9df12431
commit 5870ec2e7a

View file

@ -18,9 +18,9 @@ void D_ConfirmSendStats()
#include <winsock2.h>
extern const char* sys_ostype;
#else
extern FString sys_ostype;
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
extern FString sys_ostype;
#else // !__APPLE__
#include <SDL.h>
#endif // __APPLE__