Added in additional headers to provide missing defines on some distros.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3514 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
8b86c9af58
commit
4e0d775e5b
|
@ -29,6 +29,8 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
static int vidioctl( int fd, int request, void *arg )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue