File move-include-sys-uio.h-outside-defined-BSD-block.patch of Package ZoneMinder
From a2636d73e39ba6c9b98330de1e35a779f743d7c8 Mon Sep 17 00:00:00 2001 From: Dirk Hartmann <2monex@gmx.net> Date: Thu, 31 May 2018 17:19:48 +0200 Subject: [PATCH 7/7] move include <sys/uio.h> outside defined(BSD) block --- src/zm_comms.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zm_comms.h b/src/zm_comms.h index 133c0d19f..8d23eaf4d 100644 --- a/src/zm_comms.h +++ b/src/zm_comms.h @@ -24,6 +24,7 @@ #include <string.h> #include <unistd.h> +#include <sys/uio.h> #include <netdb.h> #include <errno.h> #include <sys/un.h> -- 2.18.0