local-tst-writev
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 18 Jun 2017 18:04:53 +0000 (19:04 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 18 Jun 2017 18:04:53 +0000 (19:04 +0100)
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 1d6b8c87efe51cbda27239d8e5429642d52a2e72..209449e01b5f0a25591828795b32b68aefadca18 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>