From b2b28911645ee10d8a9b843c2d7406abe16a250a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Feb 2000 22:15:49 +0000 Subject: Update. 2000-02-23 Andreas Jaeger * dlfcn/dlopen.c: Include for NULL. * dlfcn/dlsym.c: Likewise. * dlfcn/dlvsym.c: Likewise. * iconv/gconv.c: Likewise. --- dlfcn/dlopen.c | 1 + dlfcn/dlsym.c | 1 + dlfcn/dlvsym.c | 1 + 3 files changed, 3 insertions(+) (limited to 'dlfcn') diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index cb49e6b..66c43de 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include struct dlopen_args { 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 +#include struct dlsym_args { diff --git a/dlfcn/dlvsym.c b/dlfcn/dlvsym.c index a279b95..e316cb5 100644 --- a/dlfcn/dlvsym.c +++ b/dlfcn/dlvsym.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include struct dlvsym_args { -- cgit v1.1