Skip to content

Commit

Permalink
Add #include <unistd.h> to libio/oldfileops.c for write.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pluzhnikov committed Aug 6, 2015
1 parent 283c873 commit 2ba30a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions libio/oldfileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#ifndef errno
extern int errno;
#endif
Expand Down

0 comments on commit 2ba30a1

Please sign in to comment.