diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 22:15:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 22:15:49 +0000 |
commit | b2b28911645ee10d8a9b843c2d7406abe16a250a (patch) | |
tree | 69e1bb2f0d0819962e3cc171b1fc6424d1525823 /iconv | |
parent | c8bcc2eade4f02d43c1511f72eec99bea141866e (diff) | |
download | glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.gz glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.bz2 glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.zip |
Update.
2000-02-23 Andreas Jaeger <aj@suse.de>
* dlfcn/dlopen.c: Include <stddef.h> for NULL.
* dlfcn/dlsym.c: Likewise.
* dlfcn/dlvsym.c: Likewise.
* iconv/gconv.c: Likewise.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconv/gconv.c b/iconv/gconv.c index b9c404ac03..016baa191c 100644 --- a/iconv/gconv.c +++ b/iconv/gconv.c @@ -23,6 +23,7 @@ #include <gconv.h> #include <sys/param.h> #include <dlfcn.h> +#include <stddef.h> int internal_function |