From 049cc4855ac09222a460418c9bce589cd12f7294 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 17 Nov 2016 14:15:03 +0000 Subject: Make Alpha self-contained. The check-installed-headers tests show up that the Alpha is not self-contained, using size_t without including any header that defines it. This patch fixes it by including , as done for other architectures' versions of this header. Tested for Alpha (compilation only). * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include . --- sysdeps/unix/sysv/linux/alpha/sys/user.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/alpha/sys/user.h b/sysdeps/unix/sysv/linux/alpha/sys/user.h index 1a7c9c4889..3d0d76bc73 100644 --- a/sysdeps/unix/sysv/linux/alpha/sys/user.h +++ b/sysdeps/unix/sysv/linux/alpha/sys/user.h @@ -23,6 +23,7 @@ than gdb/strace unless you know what you are doing. */ #include +#include struct user { -- cgit v1.2.3