packages/libs/libv4l/patches/020-add-missing-includes.patch
AmadeusGhost c4fe0ae122 gstreamer1: update to 1.16.2
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
2020-07-06 22:20:17 +08:00

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>