summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-05 10:19:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-05 10:19:30 +0100
commit645170db0ac1774882b18e7506108c2222d7fcbb (patch)
treea7351054c3c0519b967d7ebf3601adef35095d1f /dvbspu.h
parent69f125e705414877630f8b508b92d776fdd8acff (diff)
downloadvdr-645170db0ac1774882b18e7506108c2222d7fcbb.tar.gz
vdr-645170db0ac1774882b18e7506108c2222d7fcbb.tar.bz2
Added missing #include "thread.h" to dvbspu.c
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbspu.h b/dvbspu.h
index e018c702..487264a1 100644
--- a/dvbspu.h
+++ b/dvbspu.h
@@ -8,16 +8,16 @@
*
* parts of this file are derived from the OMS program.
*
- * $Id: dvbspu.h 1.10 2005/11/05 12:08:47 kls Exp $
+ * $Id: dvbspu.h 1.11 2006/01/05 10:18:31 kls Exp $
*/
#ifndef __DVBSPU_H
#define __DVBSPU_H
#include <inttypes.h>
-
#include "osd.h"
#include "spu.h"
+#include "thread.h"
typedef struct sDvbSpuPalDescr {
uint8_t index;