]> git.pld-linux.org Git - packages/dvbtune.git/blame - define-int-types.patch
allow frequency to be specified in MHz, kHz or as an UHF channel number
[packages/dvbtune.git] / define-int-types.patch
CommitLineData
c24c5dca
TP
1--- a/dvbtune.c
2+++ b/dvbtune.c
3@@ -38,6 +38,7 @@
4
5 // Linux includes:
6 #include <stdio.h>
7+#include <stdint.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include <ctype.h>
This page took 0.063005 seconds and 4 git commands to generate.