projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dfdfdc
)
exclude: minor fix
author
Sergey Poznyakoff
<gray@gnu.org.ua>
Sun, 6 Sep 2009 09:01:23 +0000
(12:01 +0300)
committer
Sergey Poznyakoff
<gray@gnu.org.ua>
Sun, 6 Sep 2009 09:01:23 +0000
(12:01 +0300)
* lib/exclude.c: Include wctype.h
ChangeLog
patch
|
blob
|
history
lib/exclude.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/lib/exclude.c
b/lib/exclude.c
index 32f2a0a3e5f4ebe23ff840f91efc015b46a7ca26..3ceeed7befae9d0b578e0c01dd187f3a912fbaf0 100644
(file)
--- 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"