# GCC fixes

This was SVN commit r4729.
This commit is contained in:
Ykkrosh
2007-01-01 21:55:38 +00:00
parent 0bb0df5b2c
commit 1df436f07f
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -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