rpms/icecream/devel icecream-0.9.2-fix-gcc44-ftbfs.patch,NONE,1.1

Michal Schmidt michich at fedoraproject.org
Sat Feb 7 15:10:27 UTC 2009


Author: michich

Update of /cvs/pkgs/rpms/icecream/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22783

Added Files:
	icecream-0.9.2-fix-gcc44-ftbfs.patch 
Log Message:
cvs add the patch file

icecream-0.9.2-fix-gcc44-ftbfs.patch:

--- NEW FILE icecream-0.9.2-fix-gcc44-ftbfs.patch ---
commit 1671c698f695a34bc33d2350563c3e220b957221
Author: fabo <fabo at 283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date:   Wed Nov 12 10:34:03 2008 +0000

    Fix FTBFS with GCC 4.4
    
    
    git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/icecream@883138 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

diff --git a/client/local.cpp b/client/local.cpp
index 0df255e..2d29a8a 100644
--- a/client/local.cpp
+++ b/client/local.cpp
@@ -26,6 +26,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <limits.h>
+#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #ifdef HAVE_SIGNAL_H




More information about the fedora-extras-commits mailing list