From: Sergey Poznyakoff Date: Sun, 6 Sep 2009 09:01:23 +0000 (+0300) Subject: exclude: minor fix X-Git-Tag: v0.1~5528 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f0a1525ce8bcfb464598465cc6fea36a706c5f44;p=gnulib.git exclude: minor fix * lib/exclude.c: Include wctype.h --- diff --git a/ChangeLog b/ChangeLog index 6aa927b8a..aefbb04de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-06 Sergey Poznyakoff + + exclude: minor fix + * lib/exclude.c: Include wctype.h + 2009-09-06 Akim Demaille bootstrap: improve error message diff --git a/lib/exclude.c b/lib/exclude.c index 32f2a0a3e..3ceeed7be 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "exclude.h" #include "hash.h"