From f0a1525ce8bcfb464598465cc6fea36a706c5f44 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 6 Sep 2009 12:01:23 +0300 Subject: [PATCH] exclude: minor fix * lib/exclude.c: Include wctype.h --- ChangeLog | 5 +++++ lib/exclude.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6aa927b8a0..aefbb04de8 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 32f2a0a3e5..3ceeed7bef 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -31,6 +31,7 @@ #include #include #include +#include #include "exclude.h" #include "hash.h" -- 2.30.2