+2010-04-04 Bruno Haible <bruno@clisp.org>
+
+ btowc: Avoid warning.
+ * lib/btowc.c: Include <stdlib.h>.
+ Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
+
2010-04-04 Hauke Fath <hauke@espresso.rhein-neckar.de> (tiny change)
Bruno Haible <bruno@clisp.org>
/* Convert unibyte character to wide character.
- Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2010 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2008.
This program is free software: you can redistribute it and/or modify
#include <wchar.h>
#include <stdio.h>
+#include <stdlib.h>
wint_t
btowc (int c)