mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- fix missing prototype in Linux
This commit is contained in:
parent
7f9df12431
commit
5870ec2e7a
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue