changeset 11959:610ed34b4298

exclude: minor fix * lib/exclude.c: Include wctype.h
author Sergey Poznyakoff <gray@gnu.org.ua>
date Sun, 06 Sep 2009 12:01:23 +0300
parents f635faf82f32
children bc6846876d71
files ChangeLog lib/exclude.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+	exclude: minor fix
+	* lib/exclude.c: Include wctype.h
+
 2009-09-06  Akim Demaille  <demaille@gostai.com>
 
 	bootstrap: improve error message
--- 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"