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/fios.cpp | |
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/fios.cpp')
-rw-r--r-- | src/fios.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index bee76a1d6..7328e884b 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -523,7 +523,7 @@ void FiosGetHeightmapList(SaveLoadDialogMode mode) #if defined(ENABLE_NETWORK) #include "core/smallvec_type.hpp" #include "network/network_content.h" -#include "md5.h" +#include "3rdparty/md5/md5.h" /** Basic data to distinguish a scenario. Used in the server list window */ struct ScenarioIdentifier { |