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 + 1 file changed, 1 insertion(+) (limited to 'dlfcn/dlopen.c') diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c index cb49e6b142..66c43de059 100644 --- a/dlfcn/dlopen.c +++ b/dlfcn/dlopen.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include struct dlopen_args { -- cgit v1.2.3