1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* iconv/gconv_open.c: Inlcude string.h for memset prototype.
This commit is contained in:
Ulrich Drepper
1999-06-18 18:22:17 +00:00
parent b4e3df5df5
commit fd19ed3d03
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <gconv_int.h>