summaryrefslogtreecommitdiff
path: root/patches/06-gcc_4.4_fixes.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/06-gcc_4.4_fixes.diff')
-rw-r--r--patches/06-gcc_4.4_fixes.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/06-gcc_4.4_fixes.diff b/patches/06-gcc_4.4_fixes.diff
new file mode 100644
index 00000000..46ec64cf
--- /dev/null
+++ b/patches/06-gcc_4.4_fixes.diff
@@ -0,0 +1,17 @@
+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'
+--- a/lib/server/ServerControl.cpp
++++ b/lib/server/ServerControl.cpp
+@@ -1,5 +1,6 @@
+ #include "Box.h"
+
++#include <stdio.h>
+ #include <errno.h>
+ #include <stdio.h>
+