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.

11 lines
251 B

--- dvbtune-0.5/dvbtune.c 2017-12-03 12:24:12.222743908 +0100
+++ dvbtune-0.5/dvbtune.c 2017-12-03 12:24:37.951429997 +0100
@@ -37,6 +37,7 @@
*/
// Linux includes:
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>