Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 465478 | Differences between
and this patch

Collapse All | Expand All

(-)cinelerra-20120707/cinelerra/vdevicebuz.C (+2 lines)
Lines 49-54 Link Here
49
#include <sys/ioctl.h>
49
#include <sys/ioctl.h>
50
#include <sys/mman.h>
50
#include <sys/mman.h>
51
#include <unistd.h>
51
#include <unistd.h>
52
#include <string.h>
53
#include <strings.h>
52
54
53
#define BASE_VIDIOCPRIVATE	192	
55
#define BASE_VIDIOCPRIVATE	192	
54
56
(-)cinelerra-20120707/cinelerra/videodevice.C (+1 lines)
Lines 53-58 Link Here
53
53
54
#include <unistd.h>
54
#include <unistd.h>
55
#include <fcntl.h>
55
#include <fcntl.h>
56
#include <string.h>
56
57
57
KeepaliveThread::KeepaliveThread(VideoDevice *device)
58
KeepaliveThread::KeepaliveThread(VideoDevice *device)
58
 : Thread()
59
 : Thread()

Return to bug 465478