diff options
Diffstat (limited to 'src/stdio/open_wmemstream.c')
-rw-r--r-- | src/stdio/open_wmemstream.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/open_wmemstream.c b/src/stdio/open_wmemstream.c index a7c3a645..ed1b561d 100644 --- a/src/stdio/open_wmemstream.c +++ b/src/stdio/open_wmemstream.c @@ -3,6 +3,8 @@ #include <errno.h> #include <limits.h> #include <string.h> +#include <stdlib.h> +#include "libc.h" struct cookie { wchar_t **bufp; |