about summary refs log tree commit diff
path: root/dlfcn/dlopen.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-23 22:15:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-23 22:15:49 +0000
commitb2b28911645ee10d8a9b843c2d7406abe16a250a (patch)
tree69e1bb2f0d0819962e3cc171b1fc6424d1525823 /dlfcn/dlopen.c
parentc8bcc2eade4f02d43c1511f72eec99bea141866e (diff)
downloadglibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.gz
glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.xz
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 'dlfcn/dlopen.c')
-rw-r--r--dlfcn/dlopen.c1
1 files changed, 1 insertions, 0 deletions
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 <dlfcn.h>
+#include <stddef.h>
 
 struct dlopen_args
 {