summarylogtreecommitdiffstats
path: root/import-c.patch
blob: a46331791f0417f8738bdb5ac5dc0dc905b6bec8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/pkg/v4l2/device/device.go
+++ b/pkg/v4l2/device/device.go
@@ -3,6 +3,7 @@
 package device
 
 import (
+	"C"
 	"bytes"
 	"errors"
 	"fmt"