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