summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-13 11:17:59 +0000
committertruelight <truelight@openttd.org>2004-12-13 11:17:59 +0000
commitf80094deb729fc889003a33420ad4b6bb09444e3 (patch)
tree84030d93a9644ce45726ffbc7b8805d77d3cfc7a /md5.c
parentc0603e476872ce76838d81f46c2e75e6636d1e65 (diff)
downloadopenttd-f80094deb729fc889003a33420ad4b6bb09444e3.tar.xz
(svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/md5.c b/md5.c
index c35d96c5e..59fe5e7cf 100644
--- a/md5.c
+++ b/md5.c
@@ -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