From d0d4f8689dcc4a975c9065534c54447e09433e85 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 1 Nov 2012 18:48:34 +0100 Subject: Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). --- elf/dl-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/dl-support.c b/elf/dl-support.c index fd72c1b2ad..81e71720c6 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -165,8 +165,8 @@ const ElfW(Ehdr) *_dl_sysinfo_dso; struct link_map *_dl_sysinfo_map; # include "get-dynamic-info.h" -# include "setup-vdso.h" #endif +#include "setup-vdso.h" /* During the program run we must not modify the global data of loaded shared object simultanously in two threads. Therefore we -- cgit v1.2.1