* 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

@ -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.

View File

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