json-glib: update to 1.10.6
[oi-userland.git] / components / library / libofa / patches / 06.gcc44.patch
blob473750bc3ca849b6aea72c12934139ed7c00edc8
1 From: Martin Michlmayr <tbm@cyrius.com>
2 Subject: FTBFS with GCC 4.4: missing #include
3 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504902
4 Forwarded: no
5 ---
6 examples/example.cpp | 1 +
7 1 file changed, 1 insertion(+)
9 Index: libofa-0.9.3/examples/example.cpp
10 ===================================================================
11 --- libofa-0.9.3.orig/examples/example.cpp
12 +++ libofa-0.9.3/examples/example.cpp
13 @@ -8,6 +8,7 @@
14 -------------------------------------------------------------------*/
16 #include "protocol.h"
17 +#include <cstdio>
18 #include <cctype>
19 #include <string.h>