From e4c180f706893bccbfe057d51e4bd98e8f02c131 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Dec 1998 09:59:12 +0000 Subject: [PATCH] Use sys/user.h not asm/user.h. --- sysdeps/unix/sysv/linux/mips/sys/procfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/mips/sys/procfs.h b/sysdeps/unix/sysv/linux/mips/sys/procfs.h index d740954..c97836f 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/mips/sys/procfs.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include __BEGIN_DECLS -- 2.7.4