summaryrefslogtreecommitdiff
path: root/src/newgrf_config.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/newgrf_config.cpp
parenta27e7231b4a0b5b065b6faeea4c79283722cd6a9 (diff)
downloadopenttd-60a3bc903460476cffc6888e9f2e6345159d032e.tar.xz
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index b752200e7..029531c1a 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -4,7 +4,7 @@
#include "stdafx.h"
#include "debug.h"
-#include "md5.h"
+#include "3rdparty/md5/md5.h"
#include "newgrf.h"
#include "string_func.h"
#include "gamelog.h"