File sblim-gather-2.1.5-missing-includes.patch of Package sblim-gather
---
comms/mcclt_unix.c | 1 +
comms/mcserv_unix.c | 1 +
2 files changed, 2 insertions(+)
--- comms/mcclt_unix.c.orig
+++ comms/mcclt_unix.c
@@ -30,6 +30,7 @@
#include <signal.h>
#include <pthread.h>
#include <errno.h>
+#include <limits.h>
#define MAXCONN 10
--- comms/mcserv_unix.c.orig
+++ comms/mcserv_unix.c
@@ -31,6 +31,7 @@
#include <fcntl.h>
#include <signal.h>
#include <errno.h>
+#include <limits.h>
static int _sigpipe_h_installed = 0;
static int _sigpipe_h_received = 0;