diff --git a/src/ChangeLog b/src/ChangeLog index 9bd7e889..245478d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-08-12 Giuseppe Scrivano + + * css.l: Remove include "wget.h". + Reported by: Perry Smith . + 2011-08-11 Giuseppe Scrivano * utils.c (abort_run_with_timeout): Use sigprocmask instead of diff --git a/src/css.l b/src/css.l index fe01f66a..5597d863 100644 --- a/src/css.l +++ b/src/css.l @@ -36,7 +36,6 @@ as that of the covered work. */ #define YY_NO_INPUT -#include "wget.h" #include "css-tokens.h" %}