diff options
Diffstat (limited to 'sysdeps/posix/preadv2.c')
-rw-r--r-- | sysdeps/posix/preadv2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/preadv2.c b/sysdeps/posix/preadv2.c index b79b7b1bc3..cd96677ade 100644 --- a/sysdeps/posix/preadv2.c +++ b/sysdeps/posix/preadv2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <errno.h> #include <unistd.h> #include <sys/uio.h> |