diff options
author | truelight <truelight@openttd.org> | 2004-12-13 11:17:59 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-13 11:17:59 +0000 |
commit | f80094deb729fc889003a33420ad4b6bb09444e3 (patch) | |
tree | 84030d93a9644ce45726ffbc7b8805d77d3cfc7a /md5.c | |
parent | c0603e476872ce76838d81f46c2e75e6636d1e65 (diff) | |
download | openttd-f80094deb729fc889003a33420ad4b6bb09444e3.tar.xz |
(svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)
Diffstat (limited to 'md5.c')
-rw-r--r-- | md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ #include "md5.h" #include <string.h> +#include "stdafx.h" #undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */ #ifdef ARCH_IS_BIG_ENDIAN |