Skip to content

Commit

Permalink
LocalCamera: Add a missing include to fix FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbenium committed Sep 7, 2021
1 parent c9f162f commit 443b842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zm_local_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>

#if ZM_HAS_V4L

Expand Down

0 comments on commit 443b842

Please sign in to comment.