]> sjero.net Git - wget/blobdiff - src/html-parse.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / html-parse.c
index ade82f2ba5ded805769a8d0555df2ba0b4cd9bb4..623b7fd8260f37719191ff073f8a0f07c07becf6 100644 (file)
@@ -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 <string.h>
 #include <assert.h>
 
+#include "utils.h"
 #include "html-parse.h"
 
 #ifdef STANDALONE