mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* iconv/gconv_open.c: Inlcude string.h for memset prototype.
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gconv_int.h>
|
||||
|
||||
|
Reference in New Issue
Block a user