Commit 3a932bf3 authored by Eric Wong's avatar Eric Wong

os_compat.h: add sys/uio.h for writev/readv

vectored I/O will be useful with our ring buffer lib git-svn-id: https://svn.musicpd.org/mpd/trunk@7385 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 72434d21
......@@ -44,6 +44,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <sys/uio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment