src/console.cpp
changeset 10402 b168fbb99f7c
parent 8764 65746a5248ec
child 10418 3ac4a89469df
--- a/src/console.cpp	Sun May 04 21:47:36 2008 +0000
+++ b/src/console.cpp	Sun May 04 21:53:36 2008 +0000
@@ -18,6 +18,7 @@
 #include "window_func.h"
 #include "string_func.h"
 #include "gfx_func.h"
+#include "rev.h"
 
 #include "table/strings.h"
 
@@ -223,7 +224,6 @@
 
 void IConsoleInit()
 {
-	extern const char _openttd_revision[];
 	_iconsole_output_file = NULL;
 	_icolour_def  =  1;
 	_icolour_err  =  3;