Skip to content

Commit

Permalink
Include stdlib.h, list.h, sysdep.h and kernel-features.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 7, 2007
1 parent 4facf4a commit 0a2b90b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nptl/sysdeps/sh/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2b90b

Please sign in to comment.