Control: tags 822182 + patch

This is caused by a missing stdint.h include in dvbtune.c. The attached
patch (for debian/patches/) fixes this. I intend to do an NMU with this
fix later today, but it is possibly worth considering whether dvbtune is
still useful in the archive.

J.

-- 
Conscience is the fear of getting caught.
--- a/dvbtune.c	2016-07-05 09:43:47.412000000 +0100
+++ b/dvbtune.c	2016-07-05 09:44:26.740000000 +0100
@@ -39,6 +39,7 @@
 // Linux includes:
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 #include <ctype.h>
 #include <sys/ioctl.h>

Reply via email to