ports/net/opal3/files/patch-includes_video_rfc2190.cxx
Alexander Nedotsukov f30fe30f99 Add net/opal3, VoIP abstraction library v3.
PR:		138718
Feature safe:	yes
2009-09-27 15:52:55 +00:00

11 lines
309 B
C++

--- 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"