1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 23:49:09 +00:00

(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

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;