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 6aa927b8a0287b10f94d1888c722bf373895c4bf..aefbb04de8a258132b7e1782a1d5d83d7def555e 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
index 32f2a0a3e5f4ebe23ff840f91efc015b46a7ca26..3ceeed7befae9d0b578e0c01dd187f3a912fbaf0 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <wctype.h>
 
 #include "exclude.h"
 #include "hash.h"