]> sjero.net Git - wget/blobdiff - src/css.l
Exit with failure if -k is specified and -O is not a regular file.
[wget] / src / css.l
index 59f8cbb91ab032ef0f43be33c5115d89e67b3e14..3db668ce888720c815c9fc6d8129c8e28f8cf2fb 100644 (file)
--- a/src/css.l
+++ b/src/css.l
@@ -5,7 +5,7 @@
 %{
 /* Lex source for CSS tokenizing.
    Taken from http://www.w3.org/TR/CSS21/grammar.html#q2
-   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -33,6 +33,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#include "wget.h"
 #include "css-tokens.h"
 
 /* {s}+\/\*[^*]*\*+([^/*][^*]*\*+)*\/      {unput(' '); } */