diff options
Diffstat (limited to 'sysdeps/posix/pwritev2.c')
-rw-r--r-- | sysdeps/posix/pwritev2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/pwritev2.c b/sysdeps/posix/pwritev2.c index d746059..601f6b1 100644 --- a/sysdeps/posix/pwritev2.c +++ b/sysdeps/posix/pwritev2.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> |