summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 15:11:47 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 15:11:47 +0000
commit4efb7cb0c3ec31945fd71c6a3b43b1f2136a58ea (patch)
treefed66505984518ad9252e1dfa19bf42213bd5346 /src
parentde7f53d08e574fe1cee19b7377c0e72d3f4952cb (diff)
downloadxine-lib-4efb7cb0c3ec31945fd71c6a3b43b1f2136a58ea.tar.gz
xine-lib-4efb7cb0c3ec31945fd71c6a3b43b1f2136a58ea.tar.bz2
public header needed for xine_{audio,video}_port_t declaration
CVS patchset: 3405 CVS date: 2002/12/01 15:11:47
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/video_out.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index 15d21035d..7026e0fa9 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out.h,v 1.71 2002/11/22 18:06:11 mroi Exp $
+ * $Id: video_out.h,v 1.72 2002/12/01 15:11:47 mroi Exp $
*
*
* xine version of video_out.h
@@ -43,6 +43,8 @@ extern "C" {
#include "config.h"
#endif
+#include "xine.h"
+
#include <inttypes.h>
#include <pthread.h>