]> sjero.net Git - wget/blobdiff - src/hash.c
stdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>.
[wget] / src / hash.c
index 1e19fd63dc234283ce105d0e3e68b891a4ea303b..80922d0faebc726cc975e57d5d5f068789885be0 100644 (file)
@@ -55,8 +55,8 @@ as that of the covered work.  */
 # endif
 # include <ctype.h>
 # define c_tolower(x) tolower ((unsigned char) (x))
-# if __STDC_VERSION__ >= 199901L
-#  include <stdint.h>  /* for uintptr_t */
+# ifdef HAVE_STDINT_H
+#  include <stdint.h>
 # else
    typedef unsigned long uintptr_t;
 # endif