diff options
Diffstat (limited to 'nptl/sysdeps/i386/tls.h')
-rw-r--r-- | nptl/sysdeps/i386/tls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index 4c3a73effc..34783649b2 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -23,6 +23,7 @@ #ifndef __ASSEMBLER__ # include <stddef.h> # include <stdint.h> +# include <stdlib.h> /* Type for the dtv. */ |