src/video/sdl_v.cpp
changeset 10402 b168fbb99f7c
parent 10247 145d0458b685
child 10429 1b99254f9607
--- a/src/video/sdl_v.cpp	Sun May 04 21:47:36 2008 +0000
+++ b/src/video/sdl_v.cpp	Sun May 04 21:53:36 2008 +0000
@@ -9,6 +9,7 @@
 #include "../gfx_func.h"
 #include "../sdl.h"
 #include "../variables.h"
+#include "../rev.h"
 #include "../blitter/factory.hpp"
 #include "../network/network.h"
 #include "../core/math_func.hpp"
@@ -186,7 +187,6 @@
 
 static bool CreateMainSurface(int w, int h)
 {
-	extern const char _openttd_revision[];
 	SDL_Surface *newscreen, *icon;
 	char caption[50];
 	int bpp = BlitterFactoryBase::GetCurrentBlitter()->GetScreenDepth();