Added some missing #includes to files in libdtv for gcc 3.2

This commit is contained in:
Klaus Schmidinger 2002-08-24 15:42:45 +02:00
parent 02f34ec0bf
commit df5be87dc3
5 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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).

View File

@ -25,6 +25,7 @@
// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
#include <string.h>
#include "liblx.h"

View File

@ -26,6 +26,8 @@
// Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include "liblx.h"

View File

@ -26,6 +26,7 @@
// Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <time.h>