Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/multimedia/cx88/files/patch-client_dvb_cx88__dvb__demux.cpp
16125 views
1
--- client/dvb/cx88_dvb_demux.cpp.orig 2012-12-05 17:23:14 UTC
2
+++ client/dvb/cx88_dvb_demux.cpp
3
@@ -28,7 +28,7 @@
4
#include <sys/types.h>
5
extern "C"
6
{
7
- #include <cuse4bsd.h>
8
+ #include <cuse.h>
9
}
10
#include "../cx88_debug.h"
11
#include "cx88_dvb_demux.h"
12
13