From 5870ec2e7ad0f1887a923834ac4090e1185c72da Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 20 Sep 2023 23:58:01 +0200 Subject: [PATCH] - fix missing prototype in Linux --- src/d_anonstats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_anonstats.cpp b/src/d_anonstats.cpp index 440f54d4eb..edd3ded7cd 100644 --- a/src/d_anonstats.cpp +++ b/src/d_anonstats.cpp @@ -18,9 +18,9 @@ void D_ConfirmSendStats() #include extern const char* sys_ostype; #else +extern FString sys_ostype; #ifdef __APPLE__ #include -extern FString sys_ostype; #else // !__APPLE__ #include #endif // __APPLE__