diff options
Diffstat (limited to 'sysdeps/posix/preadv64v2.c')
-rw-r--r-- | sysdeps/posix/preadv64v2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/preadv64v2.c b/sysdeps/posix/preadv64v2.c index 263f9b7..649bde4 100644 --- a/sysdeps/posix/preadv64v2.c +++ b/sysdeps/posix/preadv64v2.c @@ -16,7 +16,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <unistd.> +#include <errno.h> +#include <unistd.h> #include <sys/uio.h> ssize_t |