summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-64/tst-writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/wordsize-64/tst-writev.c')
-rw-r--r--sysdeps/wordsize-64/tst-writev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c
index 1d6b8c87ef..bc4b1f95b2 100644
--- a/sysdeps/wordsize-64/tst-writev.c
+++ b/sysdeps/wordsize-64/tst-writev.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ryan S. Arnold <rsa@us.ibm.com>, 2011.
@@ -17,8 +17,10 @@
<http://www.gnu.org/licenses/>. */
#include <fcntl.h>
+#include <limits.h>
#include <paths.h>
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/uio.h>