You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5 KiB

  1. --- a/utils/v4l2-ctl/v4l2-ctl.cpp
  2. +++ b/utils/v4l2-ctl/v4l2-ctl.cpp
  3. @@ -46,6 +46,7 @@
  4. #include <vector>
  5. #include <map>
  6. #include <algorithm>
  7. +#include <string_iostream>
  8. #include <fstream>
  9. char options[OptLast];
  10. --- a/utils/rds-ctl/rds-ctl.cpp
  11. +++ b/utils/rds-ctl/rds-ctl.cpp
  12. @@ -29,6 +29,7 @@
  13. #include <inttypes.h>
  14. #include <getopt.h>
  15. #include <sys/types.h>
  16. +#include <ctype.h>
  17. #include <fcntl.h>
  18. #include <errno.h>
  19. #include <sys/ioctl.h>
  20. @@ -36,6 +37,7 @@
  21. #include <dirent.h>
  22. #include <config.h>
  23. #include <signal.h>
  24. +#include <time.h>
  25. #include <linux/videodev2.h>
  26. #include <libv4l2.h>
  27. --- a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
  28. +++ b/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
  29. @@ -17,6 +17,7 @@
  30. #include <sys/mman.h>
  31. #include <dirent.h>
  32. #include <math.h>
  33. +#include <time.h>
  34. #include "v4l2-ctl.h"
  35. #include "v4l-stream.h"
  36. --- a/utils/cec-ctl/cec-ctl.cpp
  37. +++ b/utils/cec-ctl/cec-ctl.cpp
  38. @@ -30,6 +30,7 @@
  39. #include <errno.h>
  40. #include <sys/ioctl.h>
  41. #include <stdarg.h>
  42. +#include <time.h>
  43. #include <cerrno>
  44. #include <string>
  45. #include <vector>
  46. --- a/utils/cec-compliance/cec-compliance.h
  47. +++ b/utils/cec-compliance/cec-compliance.h
  48. @@ -21,6 +21,7 @@
  49. #define _CEC_COMPLIANCE_H_
  50. #include <stdarg.h>
  51. +#include <time.h>
  52. #include <cerrno>
  53. #include <string>
  54. #include <linux/cec-funcs.h>
  55. --- a/utils/cec-follower/cec-follower.h
  56. +++ b/utils/cec-follower/cec-follower.h
  57. @@ -37,6 +37,7 @@
  58. #define _CEC_FOLLOWER_H_
  59. #include <stdarg.h>
  60. +#include <time.h>
  61. #include <cerrno>
  62. #include <string>
  63. #include <linux/cec-funcs.h>