summaryrefslogtreecommitdiffstats
path: root/libs/libv4l/patches/020-add-missing-includes.patch
blob: 70107d397dd9df2af48ed9005fd2ed85041bd490 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/utils/rds-ctl/rds-ctl.cpp
+++ b/utils/rds-ctl/rds-ctl.cpp
@@ -29,6 +29,7 @@
 #include <inttypes.h>
 #include <getopt.h>
 #include <sys/types.h>
+#include <ctype.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/ioctl.h>