File 0004-include-string.h-and-sys-uio.h.patch of Package sblim-gather
From 4a12bf98c67ceb6c797e743e618e6db4f1bbd870 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Wed, 29 Nov 2017 12:58:57 +0100
Subject: [PATCH 4/4] include string.h and sys/uio.h
---
comms/mcclt_unix.c | 2 ++
comms/mcserv_unix.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/comms/mcclt_unix.c b/comms/mcclt_unix.c
index 4e6bf3d4d44b..8c938c3dd7c0 100644
--- a/comms/mcclt_unix.c
+++ b/comms/mcclt_unix.c
@@ -22,10 +22,12 @@
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/uio.h>
#include <mtrace.h>
#include <merrno.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <pthread.h>
diff --git a/comms/mcserv_unix.c b/comms/mcserv_unix.c
index 2ba7ed30d1bd..d1432e2ab95f 100644
--- a/comms/mcserv_unix.c
+++ b/comms/mcserv_unix.c
@@ -23,10 +23,12 @@
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/uio.h>
#include <sys/file.h>
#include <sys/poll.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
--
2.15.0