[package] fix urbi compilation failure on octeon (#6987)
[openwrt/svn-archive/archive.git] / lang / urbi / patches / 005-fix-gcc_4_3-compile.patch
index 6fd3b77b47c54543097e18b44f1c9446fb0e9fce..790d73ed76020ad72db4c509fc3481dfa9b72127 100644 (file)
@@ -10,3 +10,13 @@ index bb2546d..38b0d8e 100644
  
  namespace libport
  {
  
  namespace libport
  {
+--- a/src/liburbi/uconversion.cc       2007-01-31 11:37:04.000000000 +0100
++++ b/src/liburbi/uconversion.cc       2010-03-29 09:43:00.000000000 +0200
+@@ -1,5 +1,7 @@
+ #include "urbi/uconversion.hh"
++#include <cstdio>
++
+ #ifndef NO_IMAGE_CONVERSION
+ # include <setjmp.h>