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 /dlfcn/dlsym.c | |
parent | c8bcc2eade4f02d43c1511f72eec99bea141866e (diff) | |
download | glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.zip glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.gz glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.bz2 |
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 'dlfcn/dlsym.c')
-rw-r--r-- | dlfcn/dlsym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dlfcn/dlsym.c b/dlfcn/dlsym.c index 9a8fcdf..d1c5f73 100644 --- a/dlfcn/dlsym.c +++ b/dlfcn/dlsym.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <dlfcn.h> +#include <stddef.h> struct dlsym_args { |