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

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