diff options
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp b/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp new file mode 100644 index 000000000000..a24f8a88ee7d --- /dev/null +++ b/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp @@ -0,0 +1,10 @@ +--- qsstv/drmrx/channeldecode.cpp.orig 2014-04-08 02:02:06.000000000 -0700 ++++ qsstv/drmrx/channeldecode.cpp 2014-04-08 02:03:28.000000000 -0700 +@@ -29,7 +29,6 @@ + #include <stdlib.h> + #include <sys/types.h> + #include <math.h> +-#include <malloc.h> + #include <float.h> + #include "structtemplates.h" + #include "drmproto.h" |