summaryrefslogtreecommitdiff
path: root/debian/patches/06-gcc_4.4_fixes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/06-gcc_4.4_fixes.diff')
-rw-r--r--debian/patches/06-gcc_4.4_fixes.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/06-gcc_4.4_fixes.diff b/debian/patches/06-gcc_4.4_fixes.diff
new file mode 100644
index 00000000..adf74301
--- /dev/null
+++ b/debian/patches/06-gcc_4.4_fixes.diff
@@ -0,0 +1,18 @@
+references:
+
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526152
+https://bugs.launchpad.net/bugs/371809
+
+Impact: FTBFS with gcc 4.4
+
+=== modified file 'lib/server/ServerControl.cpp'
+--- old/lib/server/ServerControl.cpp 2009-04-02 11:58:11 +0000
++++ new/lib/server/ServerControl.cpp 2009-05-05 05:38:05 +0000
+@@ -1,5 +1,6 @@
+ #include "Box.h"
+
++#include <stdio.h>
+ #include <errno.h>
+
+ #ifdef HAVE_SYS_TYPES_H
+