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