aboutsummaryrefslogtreecommitdiff
path: root/include/md5.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-01-18 21:05:51 +0000
committerDJ Delorie <dj@redhat.com>2006-01-18 21:05:51 +0000
commitdd942754f0afab07734deed09d168afbc9ffb597 (patch)
treeb19ec7184b1adb4d6d72e2e26410cdc2945c719e /include/md5.h
parent3170c51cf8a021bee4c6542d7982d946b4316be3 (diff)
downloadgdb-dd942754f0afab07734deed09d168afbc9ffb597.zip
gdb-dd942754f0afab07734deed09d168afbc9ffb597.tar.gz
gdb-dd942754f0afab07734deed09d168afbc9ffb597.tar.bz2
merge from gcc
Diffstat (limited to 'include/md5.h')
-rw-r--r--include/md5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/md5.h b/include/md5.h
index e357893..e8eedb9 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -27,6 +27,8 @@
# include <limits.h>
#endif
+#include "ansidecl.h"
+
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An
alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but