summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-21 20:15:17 +0000
committerrubidium <rubidium@openttd.org>2009-08-21 20:15:17 +0000
commit60a3bc903460476cffc6888e9f2e6345159d032e (patch)
tree4a5316d70cd9a228bea58bfeafb84f7f2f620e8d /src/gfxinit.cpp
parenta27e7231b4a0b5b065b6faeea4c79283722cd6a9 (diff)
downloadopenttd-60a3bc903460476cffc6888e9f2e6345159d032e.tar.xz
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 1f8bf089f..32ed06386 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -8,7 +8,7 @@
#include "fileio_func.h"
#include "fios.h"
#include "newgrf.h"
-#include "md5.h"
+#include "3rdparty/md5/md5.h"
#include "fontcache.h"
#include "gfx_func.h"
#include "settings_type.h"