projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d70c08
)
explicitly include stdio.h to get EOF definition needed by wctob
author
Michael Meeuwisse
<mickeymeeuw@gmail.com>
Tue, 23 Feb 2016 22:49:57 +0000
(23:49 +0100)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 2 Mar 2016 05:44:56 +0000
(
00:44
-0500)
src/multibyte/wctob.c
patch
|
blob
|
history
diff --git
a/src/multibyte/wctob.c
b/src/multibyte/wctob.c
index 4aeda6a132b5145a5e4ebb08bce8c9cf43e831e9..b484a3fd01ad75b829b4be6eff710fd1a0fb31c4 100644
(file)
--- a/
src/multibyte/wctob.c
+++ b/
src/multibyte/wctob.c
@@
-1,4
+1,5
@@
#include <wchar.h>
+#include <stdio.h>
#include <stdlib.h>
#include "internal.h"