mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a missing #include
This commit is contained in:
parent
a4246cfd9a
commit
6ac15dd3fc
@ -44,6 +44,7 @@ Martin Hammerschmid <martin@hammerschmid.com>
|
||||
for suggesting to use the "Blue" button in the main menu to resume replay
|
||||
for implementing pege up/down with the "Left" and "Right" keys
|
||||
for detecting a deadlock when switching channels via Schedule/Now|Next/Switch
|
||||
for adding a missing #include to ringbuffer.c
|
||||
|
||||
Bastian Guse <bastian@nocopy.de>
|
||||
for writing the FORMATS entry for timers.conf
|
||||
|
1
HISTORY
1
HISTORY
@ -1388,3 +1388,4 @@ Video Disk Recorder Revision History
|
||||
made with VFAT enabled (thanks to Christian Rienecker).
|
||||
- Added some missing teletext PIDs (thanks to Joerg Riechardt).
|
||||
- Fixed PID handling for cReceiver.
|
||||
- Added a missing #include to ringbuffer.c (thanks to Martin Hammerschmid).
|
||||
|
@ -7,10 +7,11 @@
|
||||
* Parts of this file were inspired by the 'ringbuffy.c' from the
|
||||
* LinuxDVB driver (see linuxtv.org).
|
||||
*
|
||||
* $Id: ringbuffer.c 1.9 2002/06/16 11:24:40 kls Exp $
|
||||
* $Id: ringbuffer.c 1.10 2002/07/28 12:47:32 kls Exp $
|
||||
*/
|
||||
|
||||
#include "ringbuffer.h"
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "tools.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user