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
parent c9f162f70e
commit 443b84270a
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