LocalCamera: Add a missing include to fix FreeBSD build

Fixes #3330
This commit is contained in:
Peter Keresztes Schmidt 2021-09-07 23:28:45 +02:00 committed by Isaac Connor
parent 1f5ae94c20
commit 9cc4bbbe86
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#if ZM_HAS_V4L