mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Add #include <unistd.h> to libio/oldfileops.c for write.
This commit is contained in:
parent
283c873654
commit
2ba30a182c
@ -1,3 +1,7 @@
|
||||
2015-08-06 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* libio/oldfileops.c: Include unistd.h.
|
||||
|
||||
2015-08-06 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* stdlib/isomac.c: Include ctype.h.
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user