From 049cc4855ac09222a460418c9bce589cd12f7294 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 17 Nov 2016 14:15:03 +0000 Subject: [PATCH] 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 . --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/alpha/sys/user.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe64cc2d65..d3b4844844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-17 Joseph Myers + + * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include . + 2016-11-16 Joseph Myers * conform/Makefile (linknamespace-libs): Rename to 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 {