blob: 02b02628022341279182afb5b49f03faa922f49b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/video/H.263-1998/rfc2190.cxx.orig 2009-08-30 02:08:09.000000000 +0400
+++ plugins/video/H.263-1998/rfc2190.cxx 2009-08-30 02:08:11.000000000 +0400
@@ -21,7 +21,7 @@
#include <iostream>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
using namespace std;
#include "rfc2190.h"
|