summaryrefslogtreecommitdiff
path: root/debian/patches/06-gcc_4.4_fixes.diff
blob: 46ec64cf7451e36aab40650a8ac8a187648b9cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>