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:
@ -1,5 +1,7 @@
|
||||
1999-06-18 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* iconv/gconv_open.c: Inlcude string.h for memset prototype.
|
||||
|
||||
* libio/libioP.h (FILEBUF_LITERAL): Add missing parameter to macro
|
||||
definitions.
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <gconv_int.h>
|
||||
|
||||
|
Reference in New Issue
Block a user