From cda700b4c8a8a60362f14b79243eaaadbebd09ef Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 24 Feb 2015 00:10:42 -0500 Subject: hppa: fix build failure with RTLD_PRIVATE_ERRNO Pull in dl-sysdep.h like every other linux sysdep.h header does when it wants to use RTLD_PRIVATE_ERRNO. --- sysdeps/unix/sysv/linux/hppa/sysdep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index eab1a22..ac47814 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -21,6 +21,9 @@ #include #include +/* Defines RTLD_PRIVATE_ERRNO. */ +#include + /* In order to get __set_errno() definition in INLINE_SYSCALL. */ #ifndef __ASSEMBLER__ #include -- cgit v1.1