summaryrefslogtreecommitdiff
path: root/net-libs/opal/files/gcc4.4.patch
blob: 5d809daee5155c3a356804f6e359d805d7affebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: enc-ctx.cxx
===================================================================
--- plugins/video/H.264/gpl/enc-ctx.cxx	(revision 22408)
+++ plugins/video/H.264/gpl/enc-ctx.cxx	(working copy)
@@ -27,6 +27,8 @@
 
 #include <stdlib.h>
 #include <math.h>
+#include <cstdio>
+
 #if defined(_WIN32) || defined(_WIN32_WCE)
   #include <malloc.h>
   #define STRCMPI  _strcmpi