mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
13 lines
197 B
C
13 lines
197 B
C
#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;
|
|
}
|
|
|