]> sjero.net Git - wget/blobdiff - src/html-parse.c
Undo the USE_GNULIB_ALLOC defines.
[wget] / src / html-parse.c
index 55d5d9156265623e415b2cf31f2af750ced6881d..fdf5b99bc791c8c420633be631903b8ab3f1be64 100644 (file)
@@ -1,6 +1,6 @@
 /* HTML parser for Wget.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -100,6 +100,7 @@ as that of the covered work.  */
 #include <string.h>
 #include <assert.h>
 
+#include "utils.h"
 #include "html-parse.h"
 
 #ifdef STANDALONE