Alan Hourihane <al...@fairlite.co.uk> ha escrit: > As the subject line says, and I end up with an unresolved symbol.
Please try this patch: diff --git a/lib/exclude.c b/lib/exclude.c index 32f2a0a..00f3891 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -31,6 +31,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <wctype.h> #include "exclude.h" #include "hash.h" Regards, Sergey