missing prototype and include

This commit is contained in:
Tonton Th 2019-07-24 17:06:46 +02:00
parent e46d490e05
commit 2e577897bc
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr);
char *str_input_type(int t); char *str_input_type(int t);
char *str_ctrl_type(int type); char *str_ctrl_type(int type);
void pr_ctrl_id(uint32_t id);
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */

View File

@ -9,6 +9,7 @@
#include <string.h> #include <string.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <errno.h> #include <errno.h>
#include <inttypes.h>
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include "../floatimg.h" #include "../floatimg.h"