From 1c523ce4e3a1cdd04d7b45a06c0c81909899ffaa Mon Sep 17 00:00:00 2001 From: Eudald Gubert i Roldan Date: Mon, 6 Apr 2020 13:44:30 +0200 Subject: net.c problem workaround --- btpd/net.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/btpd/net.c b/btpd/net.c index 0c64489..72071e7 100644 --- a/btpd/net.c +++ b/btpd/net.c @@ -3,6 +3,10 @@ #include #include +#ifndef IOV_MAX +#define IOV_MAX 1024 +#endif + static unsigned long m_bw_bytes_in; static unsigned long m_bw_bytes_out; -- cgit 1.4.1