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.
This commit is contained in:
Mike Frysinger 2015-02-24 00:10:42 -05:00
parent 7b1ec6a05c
commit cda700b4c8

View File

@ -21,6 +21,9 @@
#include <asm/unistd.h>
#include <sysdeps/generic/sysdep.h>
/* Defines RTLD_PRIVATE_ERRNO. */
#include <dl-sysdep.h>
/* In order to get __set_errno() definition in INLINE_SYSCALL. */
#ifndef __ASSEMBLER__
#include <errno.h>