summaryrefslogtreecommitdiff
path: root/plugins/streamdev/streamdev-cvs/tools/tools.c
diff options
context:
space:
mode:
authorkwacker <vdr@w-i-r.com>2010-04-11 13:46:11 +0200
committerkwacker <vdr@w-i-r.com>2010-04-11 13:46:11 +0200
commit9b144d30e0ea8ce900c37b96ba2cbdda14b0ae88 (patch)
tree3a52de029f950dcd9f9856a53fd67abef8519e68 /plugins/streamdev/streamdev-cvs/tools/tools.c
parent9cd931834ecadbf5efefdf484abb966e9248ebbb (diff)
downloadx-vdr-9b144d30e0ea8ce900c37b96ba2cbdda14b0ae88.tar.gz
x-vdr-9b144d30e0ea8ce900c37b96ba2cbdda14b0ae88.tar.bz2
Burn 0.2.0-beta3 und Streamdev mit Paches aktualisiert
Diffstat (limited to 'plugins/streamdev/streamdev-cvs/tools/tools.c')
-rw-r--r--plugins/streamdev/streamdev-cvs/tools/tools.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/streamdev/streamdev-cvs/tools/tools.c b/plugins/streamdev/streamdev-cvs/tools/tools.c
new file mode 100644
index 0000000..fa813fa
--- /dev/null
+++ b/plugins/streamdev/streamdev-cvs/tools/tools.c
@@ -0,0 +1,12 @@
+#include "tools/tools.h"
+
+#include <sys/time.h>
+#include <time.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <stdarg.h>
+
+void *operator new(size_t nSize, void *p) throw () {
+ return p;
+}
+