diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-12 19:40:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-12 19:40:27 +0000 |
commit | 8d944b0fc6195a2cd2308287e96a46b21f675015 (patch) | |
tree | ff8e430d6c4b90025aa4cdc7699284f4822dcb6b /sysdeps/unix | |
parent | fb86328ad89bed5340882b8c9f245ba93189a55c (diff) | |
download | glibc-8d944b0fc6195a2cd2308287e96a46b21f675015.tar.gz glibc-8d944b0fc6195a2cd2308287e96a46b21f675015.tar.xz glibc-8d944b0fc6195a2cd2308287e96a46b21f675015.zip |
* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
with __need_size_t.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h index 72c60ec240..34bc3c26ab 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004 +/* Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jes Sorensen <jes@linuxcare.com>, July 2000 @@ -25,6 +25,8 @@ #ifndef _BITS_SIGCONTEXT_H #define _BITS_SIGCONTEXT_H 1 +#define __need_size_t +#include <stddef.h> #include <bits/sigstack.h> struct ia64_fpreg |