From e086af1dd0cf82f5b82ab9bc0d3ffb4de6be4da7 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 12 Apr 2011 22:10:32 +0200 Subject: hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/hppa/bits/atomic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/hppa') diff --git a/libc/sysdeps/linux/hppa/bits/atomic.h b/libc/sysdeps/linux/hppa/bits/atomic.h index 87aeb84a0..08a7c3e27 100644 --- a/libc/sysdeps/linux/hppa/bits/atomic.h +++ b/libc/sysdeps/linux/hppa/bits/atomic.h @@ -18,6 +18,7 @@ 02111-1307 USA. */ #include +#include #include #define ABORT_INSTRUCTION __asm__(__UCLIBC_ABORT_INSTRUCTION__) -- cgit v1.2.3