(svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark roads.

This commit is contained in:
frosch 2010-01-25 17:22:06 +00:00
parent 32fa5384d2
commit f379b0a1d9
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "company_base.h"
#include "company_func.h"
#include <time.h>
/* static */ const char *CrashLog::message = NULL;
/* static */ char *CrashLog::gamelog_buffer = NULL;