[svn] Unconditionally include limits.h.

This commit is contained in:
hniksic 2005-06-29 06:36:52 -07:00
parent 4972ba5bb8
commit 5f975c1dcf
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
* gnu-md5.h: Unconditionally include limits.h.
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c (random_number): Use lrand48 if available.

View File

@ -21,9 +21,7 @@
#ifndef _MD5_H
#define _MD5_H 1
#if defined HAVE_LIMITS_H || _LIBC
# include <limits.h>
#endif
#include <limits.h>
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An