mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added some missing #includes to files in libdtv for gcc 3.2
This commit is contained in:
parent
02f34ec0bf
commit
df5be87dc3
@ -380,3 +380,6 @@ Joerg Riechardt <J.Riechardt@gmx.de>
|
||||
|
||||
Holger Wächtler <holger@convergence.de>
|
||||
for some valuable advice during adapting to the NEWSTRUCT driver
|
||||
|
||||
Jürgen Zimmermann <jnzimmer@informatik.uni-kl.de>
|
||||
for adding some missing #includes to files in libdtv for gcc 3.2
|
||||
|
2
HISTORY
2
HISTORY
@ -1419,3 +1419,5 @@ Video Disk Recorder Revision History
|
||||
2002-08-24: Version 1.1.8
|
||||
|
||||
- Fixed replaying the last few seconds of a recording.
|
||||
- Added some missing #includes to files in libdtv for gcc 3.2 (thanks to Jürgen
|
||||
Zimmermann).
|
||||
|
@ -25,6 +25,7 @@
|
||||
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
// Boston, MA 02111-1307, USA.
|
||||
|
||||
#include <string.h>
|
||||
#include "liblx.h"
|
||||
|
||||
|
||||
|
@ -26,6 +26,8 @@
|
||||
// Boston, MA 02111-1307, USA.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include "liblx.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
// Boston, MA 02111-1307, USA.
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user