about summary refs log tree commit diff
path: root/dlfcn/dlopenold.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-23 23:17:41 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-23 23:17:41 +0000
commit150ae521207dd679bbc293d09ddf3654e832e36a (patch)
tree3932880689ac4cd1460860bb64df43e3be5c0665 /dlfcn/dlopenold.c
parentb2b28911645ee10d8a9b843c2d7406abe16a250a (diff)
downloadglibc-150ae521207dd679bbc293d09ddf3654e832e36a.tar.gz
glibc-150ae521207dd679bbc293d09ddf3654e832e36a.tar.xz
glibc-150ae521207dd679bbc293d09ddf3654e832e36a.zip
Update.
	* dlfcn/dlopenold.c: Likewise.
Diffstat (limited to 'dlfcn/dlopenold.c')
-rw-r--r--dlfcn/dlopenold.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dlfcn/dlopenold.c b/dlfcn/dlopenold.c
index f453cfb881..bc7fd37e3f 100644
--- a/dlfcn/dlopenold.c
+++ b/dlfcn/dlopenold.c
@@ -1,5 +1,5 @@
 /* Load a shared object at run time.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 /* This file is for compatibility with glibc 2.0.  Compile it only if
    versioning is used.  */