File fix-implicit.patch of Package unlzx
Index: unlzx-1.1/unlzx.c =================================================================== --- unlzx-1.1.orig/unlzx.c +++ unlzx-1.1/unlzx.c @@ -20,6 +20,9 @@ #include <stdlib.h> #include <stdio.h> +#include <sys/stat.h> +#include <sys/types.h> +#include <unistd.h> /* ---------------------------------------------------------------------- */