diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:41 +0200 |
commit | 45a153b46c280b51471ec12854cce623ef8f92be (patch) | |
tree | f4387c5c580e750919d0e5106327df0d0c54a645 /console/scantv.c | |
parent | c75c37f7104480a0d386a9e0caa8a72335395503 (diff) |
v3.95
Diffstat (limited to 'console/scantv.c')
-rw-r--r-- | console/scantv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/scantv.c b/console/scantv.c index 204b4c6..617eb13 100644 --- a/console/scantv.c +++ b/console/scantv.c @@ -16,10 +16,10 @@ #include <pthread.h> /* xawtv */ -#include "channel.h" #include "frequencies.h" #include "grab-ng.h" #include "commands.h" +#include "channel.h" #include "vbi-data.h" |