BUILD: log: iovec requires to include sys/uio.h on OpenBSD
authorWilly Tarreau <w@1wt.eu>
Wed, 10 Aug 2016 16:30:56 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 10 Aug 2016 17:32:06 +0000 (19:32 +0200)
commit077edcba2e5c25524b720f905417d9f0616cd252
treeb6d32310181fcd843403b658c56ea60fe0e55264
parenta6e3be7ae977ba907ec6ed028c5ab50a6a51886a
BUILD: log: iovec requires to include sys/uio.h on OpenBSD

The following commit merged into 1.6-dev6 broke the build on OpenBSD :

  609ac2a ("MEDIUM: log: replace sendto() with sendmsg() in __send_log()")

Including sys/uio.h is enough to fix this. This fix needs to be backported
to 1.6.
src/log.c