diff options
Diffstat (limited to 'src/inspircd_io.cpp')
-rw-r--r-- | src/inspircd_io.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 4d61d4105..4cb245d9a 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -32,6 +32,7 @@ using namespace std; extern FILE *log_file; extern int boundPortCount; extern int openSockfd[MAXSOCKS]; +extern time_t TIME; void WriteOpers(char* text, ...); |