about summary refs log tree commit diff
path: root/elf/dl-symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-symbol.c')
-rw-r--r--elf/dl-symbol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-symbol.c b/elf/dl-symbol.c
index e27018c7d4..2b7b821bad 100644
--- a/elf/dl-symbol.c
+++ b/elf/dl-symbol.c
@@ -1,5 +1,5 @@
 /* Look up a symbol's run-time value in the scope of a loaded object.
-   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1998 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,7 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stddef.h>
-#include <link.h>
+#include <elf/ldsodefs.h>
 
 /* Look up symbol NAME in MAP's scope and return its run-time address.  */