]> sjero.net Git - wget/blobdiff - src/gnu-md5.h
[svn] Unconditionally include limits.h.
[wget] / src / gnu-md5.h
index 20ab3a672a375c737a6f14e6a8ff12a98d99e58a..1527ec5cd34dbe9e8cf75c1ceaa4085d24eb03b3 100644 (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