lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

020-add-missing-includes.patch (603B)


      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  
     17  #include <linux/videodev2.h>
     18  #include <libv4l2.h>
     19 --- a/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
     20 +++ b/utils/v4l2-ctl/v4l2-ctl-streaming.cpp
     21 @@ -14,6 +14,7 @@
     22  #include <sys/mman.h>
     23  #include <dirent.h>
     24  #include <math.h>
     25 +#include <time.h>
     26  
     27  #include "v4l2-ctl.h"
     28