From 2e577897bc20a284bcf127b50c4bad7ae3063a38 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Wed, 24 Jul 2019 17:06:46 +0200 Subject: [PATCH] missing prototype and include --- v4l2/v4l2_pr_structs.h | 1 + v4l2/video-infos.c | 1 + 2 files changed, 2 insertions(+) diff --git a/v4l2/v4l2_pr_structs.h b/v4l2/v4l2_pr_structs.h index 27aa743..f1616eb 100644 --- a/v4l2/v4l2_pr_structs.h +++ b/v4l2/v4l2_pr_structs.h @@ -12,6 +12,7 @@ int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr); char *str_input_type(int t); char *str_ctrl_type(int type); +void pr_ctrl_id(uint32_t id); /* --------------------------------------------------------------------- */ diff --git a/v4l2/video-infos.c b/v4l2/video-infos.c index 64efe95..34655ad 100644 --- a/v4l2/video-infos.c +++ b/v4l2/video-infos.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "../floatimg.h"