diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 01:53:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 01:53:19 +0000 |
commit | 0a2b90bd509e120f409d554821c84ba365bf75e8 (patch) | |
tree | 42b9869726a9f338b0270fdc842cb696b997616c /nptl/sysdeps/sh | |
parent | 4facf4afecbea3e29dd15e9d50ea36bfe7add0bb (diff) | |
download | glibc-0a2b90bd509e120f409d554821c84ba365bf75e8.zip glibc-0a2b90bd509e120f409d554821c84ba365bf75e8.tar.gz glibc-0a2b90bd509e120f409d554821c84ba365bf75e8.tar.bz2 |
Include stdlib.h, list.h, sysdep.h and kernel-features.h.
Diffstat (limited to 'nptl/sysdeps/sh')
-rw-r--r-- | nptl/sysdeps/sh/tls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/sh/tls.h b/nptl/sysdeps/sh/tls.h index 07bab4f..e07e29f 100644 --- a/nptl/sysdeps/sh/tls.h +++ b/nptl/sysdeps/sh/tls.h @@ -26,6 +26,10 @@ # include <stdbool.h> # include <stddef.h> # include <stdint.h> +# include <stdlib.h> +# include <list.h> +# include <sysdep.h> +# include <kernel-features.h> /* Type for the dtv. */ typedef union dtv |