mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
uncoolinit: fix for newer compilers
This commit is contained in:
@@ -13,13 +13,15 @@
|
|||||||
* better than nothing :-)
|
* better than nothing :-)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cstdio>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include <cs_api.h>
|
#include <cs_api.h>
|
||||||
#include <video_cs.h>
|
#include <video_cs.h>
|
||||||
#include <dmx_cs.h>
|
#include <dmx_cs.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
cVideo *v = NULL;
|
cVideo *v = NULL;
|
||||||
cDemux *d = NULL;
|
cDemux *d = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user