diff options
Diffstat (limited to 'elf/dlerror.c')
-rw-r--r-- | elf/dlerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dlerror.c b/elf/dlerror.c index 3edafe4f1c..b984b3d908 100644 --- a/elf/dlerror.c +++ b/elf/dlerror.c @@ -17,12 +17,12 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <link.h> #include <dlfcn.h> #include <stdio.h> -#include <string.h> #include <stdlib.h> +#include <string.h> #include <bits/libc-lock.h> +#include <elf/ldsodefs.h> /* Type for storing results of dynamic loading actions. */ |