X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-parse.c;h=623b7fd8260f37719191ff073f8a0f07c07becf6;hp=ade82f2ba5ded805769a8d0555df2ba0b4cd9bb4;hb=76780021d822779f839bbf85883292e15eb3f587;hpb=b06220f359c293311bab7d4c1a282cb5945716ed diff --git a/src/html-parse.c b/src/html-parse.c index ade82f2b..623b7fd8 100644 --- a/src/html-parse.c +++ b/src/html-parse.c @@ -89,6 +89,8 @@ as that of the covered work. */ /* To test as standalone, compile with `-DSTANDALONE -I.'. You'll still need Wget headers to compile. */ +#define USE_GNULIB_ALLOC + #include "wget.h" #ifdef STANDALONE @@ -100,6 +102,7 @@ as that of the covered work. */ #include #include +#include "utils.h" #include "html-parse.h" #ifdef STANDALONE