aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-01 21:27:15 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-01 21:27:15 +0200
commit972447bc2541034c85fec5d47f2bace03124c00b (patch)
tree24bc2ea1f1eb670095333224f63fd01f9f925c57 /src/wchar
parentstart on makefile and fixing warnings and errors (diff)
downloadslibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.gz
slibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.bz2
slibc-972447bc2541034c85fec5d47f2bace03124c00b.tar.xz
fix some more errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/wchar')
-rw-r--r--src/wchar/wcsdup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/wcsdup.c b/src/wchar/wcsdup.c
index 37b57f9..fa68834 100644
--- a/src/wchar/wcsdup.c
+++ b/src/wchar/wcsdup.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <wchar.h>
+#include <stdlib.h>