summaryrefslogtreecommitdiff
path: root/include/md5.h
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 20:21:59 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 20:21:59 +0000
commit48b2395df0b2f9c9ce6e118a7cf0e05bc01dbf62 (patch)
tree216eedb2fbe582cbb0a7fe3c589e47c7f15882eb /include/md5.h
parentccc173db173566f48cae718c0315996e785397ba (diff)
downloadgcc-48b2395df0b2f9c9ce6e118a7cf0e05bc01dbf62.tar.gz
* md5.h: Include ansidecl.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109910 138bc75d-0d04-0410-961f-82ee72b054a4
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 e35789346b1..e8eedb96d60 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