File shush-fix.patch of Package shush
--- src/check.c.orig 2008-03-09 10:59:05.000000000 +0100 +++ src/check.c 2008-03-09 10:59:20.000000000 +0100 @@ -17,6 +17,7 @@ #include <pwd.h> #include <stdarg.h> #include <sys/wait.h> +#include <time.h> #include "check.h" #include "analyzer.h" --- src/ifparser.y.orig 2008-03-09 10:51:46.000000000 +0100 +++ src/ifparser.y 2008-03-09 10:57:35.000000000 +0100 @@ -17,6 +17,8 @@ int ifparser_result; const char *ifparser_errmsg; +static int yyerror(const char *msg); + %} %union