* md5.h: Include ansidecl.h

From-SVN: r109910
This commit is contained in:
DJ Delorie 2006-01-18 15:21:59 -05:00 committed by DJ Delorie
parent a79ae89424
commit 78e97e7f13
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-01-18 DJ Delorie <dj@redhat.com>
* md5.h: Include ansidecl.h
2006-01-09 Bob Wilson <bob.wilson@acm.org>
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.

View File

@ -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