rpms/icecream/devel icecream-compile-fix.patch,NONE,1.1

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Sun Feb 10 22:29:42 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/icecream/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24499

Added Files:
	icecream-compile-fix.patch 
Log Message:
Forgot to add icecream-compile-fix.patch.



icecream-compile-fix.patch:

--- NEW FILE icecream-compile-fix.patch ---
diff -up icecream-0.8.0/client/remote.cpp.orig icecream-0.8.0/client/remote.cpp
--- icecream-0.8.0/client/remote.cpp.orig	2008-02-10 22:15:20.000000000 +0100
+++ icecream-0.8.0/client/remote.cpp	2008-02-10 22:18:09.000000000 +0100
@@ -38,6 +38,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <errno.h>
+#include <limits.h>
 #include <map>
 #include <algorithm>
 #include <netinet/in.h>
diff -up icecream-0.8.0/client/local.cpp.orig icecream-0.8.0/client/local.cpp
--- icecream-0.8.0/client/local.cpp.orig	2008-02-10 22:14:30.000000000 +0100
+++ icecream-0.8.0/client/local.cpp	2008-02-10 22:16:20.000000000 +0100
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
+#include <limits.h>
 #ifdef HAVE_SIGNAL_H
 #include <signal.h>
 #endif
diff -up icecream-0.8.0/client/main.cpp.orig icecream-0.8.0/client/main.cpp
--- icecream-0.8.0/client/main.cpp.orig	2008-02-10 22:13:09.000000000 +0100
+++ icecream-0.8.0/client/main.cpp	2008-02-10 22:18:20.000000000 +0100
@@ -48,6 +48,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <signal.h>
+#include <limits.h>
 #include <cassert>
 #include <sys/time.h>
 #include <comm.h>




More information about the fedora-extras-commits mailing list