diff options
author | rubidium <rubidium@openttd.org> | 2009-08-21 20:15:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-21 20:15:17 +0000 |
commit | 60a3bc903460476cffc6888e9f2e6345159d032e (patch) | |
tree | 4a5316d70cd9a228bea58bfeafb84f7f2f620e8d /src/ai | |
parent | a27e7231b4a0b5b065b6faeea4c79283722cd6a9 (diff) | |
download | openttd-60a3bc903460476cffc6888e9f2e6345159d032e.tar.xz |
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdparty directory.
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_scanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp index 64008d539..d0bd1d5c1 100644 --- a/src/ai/ai_scanner.cpp +++ b/src/ai/ai_scanner.cpp @@ -334,7 +334,7 @@ char *AIScanner::GetAIConsoleList(char *p, const char *last) #if defined(ENABLE_NETWORK) #include "../network/network_content.h" -#include "../md5.h" +#include "../3rdparty/md5/md5.h" #include "../tar_type.h" /** Helper for creating a MD5sum of all files within of an AI. */ |