aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/scratchbox/sbrsh-7.1/add-limits.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/scratchbox/sbrsh-7.1/add-limits.h.patch')
-rw-r--r--recipes/scratchbox/sbrsh-7.1/add-limits.h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/scratchbox/sbrsh-7.1/add-limits.h.patch b/recipes/scratchbox/sbrsh-7.1/add-limits.h.patch
new file mode 100644
index 0000000000..ad113977e1
--- /dev/null
+++ b/recipes/scratchbox/sbrsh-7.1/add-limits.h.patch
@@ -0,0 +1,13 @@
+Index: sbrsh-7.1/client.c
+===================================================================
+--- sbrsh-7.1.orig/client.c
++++ sbrsh-7.1/client.c
+@@ -31,7 +31,7 @@
+ #include <sys/time.h>
+ #include <sys/stat.h>
+ #include <netinet/in.h>
+-
++#include <limits.h>
+
+ #define REQUIRED_VERSION 6
+