diff options
Diffstat (limited to 'multimedia/nxtvepg/files/patch-epgctl::debug.h')
-rw-r--r-- | multimedia/nxtvepg/files/patch-epgctl::debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/nxtvepg/files/patch-epgctl::debug.h b/multimedia/nxtvepg/files/patch-epgctl::debug.h new file mode 100644 index 0000000..496eb72 --- /dev/null +++ b/multimedia/nxtvepg/files/patch-epgctl::debug.h @@ -0,0 +1,11 @@ +--- epgctl/debug.h.orig Tue Sep 17 17:23:00 2002 ++++ epgctl/debug.h Sun Jan 5 23:11:30 2003 +@@ -207,7 +207,7 @@ + #define xmalloc(SIZE) chk_malloc((SIZE),__FILE__,__LINE__) + #define xfree(PTR) chk_free(PTR) + #else +-#include <malloc.h> ++#include <stdlib.h> + void * xmalloc( size_t size ); + #define xfree(PTR) free(PTR) + #endif |