diff options
author | Ryan S. Arnold <rsa@us.ibm.com> | 2011-02-17 10:59:17 -0600 |
---|---|---|
committer | Ryan Arnold <rsa@us.ibm.com> | 2011-02-17 10:59:17 -0600 |
commit | 5322f446d6bad3d8d7a27d59eabaca1084ed5ea3 (patch) | |
tree | 957c01d8118dc3037edfd353d2dc87ebfe966325 | |
parent | d91306b8a42067f67902302d7171f0f41eb5c529 (diff) | |
download | glibc-5322f446d6bad3d8d7a27d59eabaca1084ed5ea3.zip glibc-5322f446d6bad3d8d7a27d59eabaca1084ed5ea3.tar.gz glibc-5322f446d6bad3d8d7a27d59eabaca1084ed5ea3.tar.bz2 |
Add #include <stdint.h> to tst-writev.c for backport.
-rw-r--r-- | sysdeps/wordsize-64/tst-writev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c index 6e47886..d2b8cf4 100644 --- a/sysdeps/wordsize-64/tst-writev.c +++ b/sysdeps/wordsize-64/tst-writev.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <unistd.h> #include <sys/uio.h> - +#include <stdint.h> /* The purpose of this test is to verify that the INTERNAL_[V]SYSCALL_NCS macros on 64-bit platforms don't cast the return type to (int) which would |