1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

Add #include <unistd.h> to libio/oldfileops.c for write.

This commit is contained in:
Paul Pluzhnikov
2015-08-06 08:51:31 -07:00
parent 283c873654
commit 2ba30a182c
2 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#ifndef errno
extern int errno;
#endif