local-tst-writev
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 2 Dec 2017 10:07:17 +0000 (10:07 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 2 Dec 2017 10:07:17 +0000 (10:07 +0000)
2010-05-24  Aurelien Jarno  <aurelien@aurel32.net>

* sysdeps/wordsize-64/tst-writev.c: include <limits.h>.

diff a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c

Gbp-Pq: Topic any
Gbp-Pq: Name local-tst-writev.diff

sysdeps/wordsize-64/tst-writev.c

index 685f20f43004d100f3d8f3dbd931e82199dcc52d..68026141d99e417aaa91f181d39602a747f8ac21 100644 (file)
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
+#include <limits.h>
 #include <paths.h>
 #include <stdio.h>
 #include <stdlib.h>