mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 00:39:12 +08:00

Fix dependencies build errors: meson: update to 0.54.2 intltool: update to 0.51 libv4l: update to 1.20 libwebp: add package gst1-libav/ gst1-plugins-bad/ gst1-plugins-base/ gst1-plugins-good/ gst1-plugins-ugly/ gstreamer1: update to 1.16.2
11 lines
257 B
Diff
11 lines
257 B
Diff
--- a/utils/libcecutil/cec-info.cpp
|
|
+++ b/utils/libcecutil/cec-info.cpp
|
|
@@ -5,6 +5,7 @@
|
|
* Copyright 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
|
*/
|
|
|
|
+#include <cctype>
|
|
#include <stdio.h>
|
|
#include <string>
|
|
#include <unistd.h>
|