]> sjero.net Git - wget/blobdiff - src/html-parse.c
Test for Content-Disposition in HTTP auth.
[wget] / src / html-parse.c
index f744597b364f9d8b51b76643164a9573fd275950..8c263f044dddaa48335144fee99ec1cabcbd2d04 100644 (file)
@@ -1,6 +1,6 @@
 /* HTML parser for Wget.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008 Free Software Foundation, Inc.
+   2007, 2008, 2009 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