Merge pull request #20311 from ValdikSS/miredo
[feed/packages.git] / libs / libv4l / patches / 020-add-missing-includes.patch
1 --- a/utils/libcecutil/cec-info.cpp
2 +++ b/utils/libcecutil/cec-info.cpp
3 @@ -5,6 +5,7 @@
4 * Copyright 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
5 */
6
7 +#include <cctype>
8 #include <stdio.h>
9 #include <string>
10 #include <unistd.h>