aboutsummaryrefslogtreecommitdiff
path: root/include/md5.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-01-18 15:21:59 -0500
committerDJ Delorie <dj@gcc.gnu.org>2006-01-18 15:21:59 -0500
commit78e97e7f131525e96245f68ed9f2d7d1a46defc5 (patch)
tree216eedb2fbe582cbb0a7fe3c589e47c7f15882eb /include/md5.h
parenta79ae894243f987ebc2f753506dc2af01c24a2eb (diff)
downloadgcc-78e97e7f131525e96245f68ed9f2d7d1a46defc5.zip
gcc-78e97e7f131525e96245f68ed9f2d7d1a46defc5.tar.gz
gcc-78e97e7f131525e96245f68ed9f2d7d1a46defc5.tar.bz2
* md5.h: Include ansidecl.h
From-SVN: r109910
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