X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmd5.c;h=901ca5832ab8bea71bd6bb522646163d4d26ea9f;hb=aa982acf01b4e35675a624d78c9e5ee109c1203e;hp=6f5f1bfd15fcb997d1c82e2fb4f90576bfe9b82b;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git diff --git a/src/md5.c b/src/md5.c index 6f5f1bf..901ca58 100644 --- a/src/md5.c +++ b/src/md5.c @@ -29,10 +29,7 @@ #include #include #include - -#if defined HAVE_LIMITS_H || _LIBC -# include -#endif +#include /* The following contortions are an attempt to use the C preprocessor to determine an unsigned integral type that is 32 bits wide. An