exclude: minor fix
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 6 Sep 2009 09:01:23 +0000 (12:01 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 6 Sep 2009 09:01:23 +0000 (12:01 +0300)
* lib/exclude.c: Include wctype.h

ChangeLog
lib/exclude.c

index 6aa927b..aefbb04 100644 (file)
--- 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
 2009-09-06  Akim Demaille  <demaille@gostai.com>
 
        bootstrap: improve error message
index 32f2a0a..3ceeed7 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <wctype.h>
 
 #include "exclude.h"
 #include "hash.h"
 
 #include "exclude.h"
 #include "hash.h"