X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.c;fp=src%2Fhash.c;h=80922d0faebc726cc975e57d5d5f068789885be0;hp=1e19fd63dc234283ce105d0e3e68b891a4ea303b;hb=faa39086104b237ce52d5b9d2b5e48fe25c66728;hpb=bb2cba2cc7fcd0055d978aea4b31b8fc01841fc8 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