diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-01 10:59:42 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-05-01 10:59:42 -0500 |
commit | ac58450e8c9f9d3531ff2efe1d8b972b8fa8a44c (patch) | |
tree | 205505772ba5c75cc240465250962939ed8511ee /sysdeps/unix/sysv/linux/s390/bits/elfclass.h | |
parent | 0695940b8ab4b7e69492e8ea071d19fc17dda092 (diff) | |
download | glibc-rsa/stdint_headers.tar glibc-rsa/stdint_headers.tar.gz glibc-rsa/stdint_headers.tar.bz2 glibc-rsa/stdint_headers.zip |
Add #include <stdint.h> for uint[32|64]_t usage in installed headers.rsa/stdint_headers
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits/elfclass.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/bits/elfclass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/elfclass.h b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h index 9d8a7df902..0048bc4a47 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/elfclass.h +++ b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h @@ -25,6 +25,7 @@ #endif #include <bits/wordsize.h> +#include <stdint.h> #define __ELF_NATIVE_CLASS __WORDSIZE |