From cc47c824769425834518e2b8ea89997455d86ca5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 6 Apr 2015 10:36:44 -0700 Subject: alpha: Unconditionally include dl-sysdep.h in sysdep.h Fixes a -Wundef error wrt RTLD_PRIVATE_ERRNO. --- sysdeps/unix/alpha/sysdep.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sysdeps/unix/alpha') diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index d160214080..ff87793581 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -17,6 +17,7 @@ . */ #include +#include /* Defines RTLD_PRIVATE_ERRNO. */ #ifdef __ASSEMBLER__ @@ -26,11 +27,6 @@ # include #endif -#if IS_IN (rtld) -# include /* Defines RTLD_PRIVATE_ERRNO. */ -#endif - - #define __LABEL(x) x##: #define LEAF(name, framesize) \ -- cgit 1.4.1