From: Sergey Poznyakoff Date: Sun, 6 Sep 2009 09:01:23 +0000 (+0300) Subject: exclude: minor fix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a1525ce8bcfb464598465cc6fea36a706c5f44;p=pspp exclude: minor fix * lib/exclude.c: Include wctype.h --- 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"