mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 03:35:48 +00:00
# GCC fixes
This was SVN commit r4729.
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
#include "ps/CLogger.h"
|
||||
#include "NetLog.h"
|
||||
|
||||
#if !OS_WIN
|
||||
# include <fcntl.h>
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
// Record global transfer statistics (sent/recvd bytes). This will put a lock
|
||||
// /unlock pair in all read and write operations.
|
||||
#define RECORD_GLOBAL_STATS 1
|
||||
|
||||
Reference in New Issue
Block a user