added missing include

This commit is contained in:
tth 2019-07-27 00:02:28 +02:00
parent d67e03c465
commit bba944e055
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <math.h>
#include <string.h>
#include <sys/ioctl.h>
#include <inttypes.h>
#include <linux/videodev2.h>
#include "funcs.h"