Commit 562f5417 authored by Tom Lee's avatar Tom Lee

Add errno.h to iovmax.h

parent dff57347
......@@ -24,6 +24,7 @@
#if !_WIN32
#include <limits.h>
#include <errno.h>
// Apparently, there is a maximum number of iovecs allowed per call. I don't understand why.
// Most platforms define IOV_MAX but Linux defines only UIO_MAXIOV and others, like Hurd,
......
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