X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.c;h=80922d0faebc726cc975e57d5d5f068789885be0;hp=1e19fd63dc234283ce105d0e3e68b891a4ea303b;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=8e9648a972b88fa6eb2293383bd281c6021394d2 diff --git a/src/hash.c b/src/hash.c index 1e19fd63..80922d0f 100644 --- a/src/hash.c +++ b/src/hash.c @@ -55,8 +55,8 @@ as that of the covered work. */ # endif # include # define c_tolower(x) tolower ((unsigned char) (x)) -# if __STDC_VERSION__ >= 199901L -# include /* for uintptr_t */ +# ifdef HAVE_STDINT_H +# include # else typedef unsigned long uintptr_t; # endif