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.

28 lines
603 B

  1. --- a/utils/rds-ctl/rds-ctl.cpp
  2. +++ b/utils/rds-ctl/rds-ctl.cpp
  3. @@ -29,6 +29,7 @@
  4. #include <inttypes.h>
  5. #include <getopt.h>
  6. #include <sys/types.h>
  7. +#include <ctype.h>
  8. #include <fcntl.h>
  9. #include <errno.h>
  10. #include <sys/ioctl.h>
  11. @@ -36,6 +37,7 @@
  12. #include <dirent.h>
  13. #include <config.h>
  14. #include <signal.h>
  15. +#include <time.h>
  16. #include <linux/videodev2.h>
  17. #include <libv4l2.h>
  18. --- a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
  19. +++ b/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
  20. @@ -14,6 +14,7 @@
  21. #include <sys/mman.h>
  22. #include <dirent.h>
  23. #include <math.h>
  24. +#include <time.h>
  25. #include "v4l2-ctl.h"