X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhash.c;h=f8b3c11faa4242d463c2ddef7d35fb5988b6872f;hp=4697b779bf65ef1ba4ec99de4d8ff0d122e342d3;hb=76780021d822779f839bbf85883292e15eb3f587;hpb=b06220f359c293311bab7d4c1a282cb5945716ed diff --git a/src/hash.c b/src/hash.c index 4697b779..f8b3c11f 100644 --- a/src/hash.c +++ b/src/hash.c @@ -31,6 +31,8 @@ as that of the covered work. */ /* With -DSTANDALONE, this file can be compiled outside Wget source tree. To test, also use -DTEST. */ +#define USE_GNULIB_ALLOC + #ifndef STANDALONE # include "wget.h" #endif