diff options
author | DJ Delorie <dj@redhat.com> | 2006-01-18 21:05:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-01-18 21:05:51 +0000 |
commit | f18076d44e1c92ebe7db36052b31e836063c28a3 (patch) | |
tree | 94fcd129cbfb1fa3d6b3bb18f6c1a86e78736722 /include/md5.h | |
parent | d0236d66d97b253a2f43d82e5db3cf016f4f47c3 (diff) | |
download | cygnal-f18076d44e1c92ebe7db36052b31e836063c28a3.tar.gz cygnal-f18076d44e1c92ebe7db36052b31e836063c28a3.tar.bz2 cygnal-f18076d44e1c92ebe7db36052b31e836063c28a3.zip |
merge from gcc
Diffstat (limited to 'include/md5.h')
-rw-r--r-- | include/md5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/md5.h b/include/md5.h index e35789346..e8eedb96d 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 |