diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:11:47 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:11:47 +0000 |
commit | 4efb7cb0c3ec31945fd71c6a3b43b1f2136a58ea (patch) | |
tree | fed66505984518ad9252e1dfa19bf42213bd5346 /src | |
parent | de7f53d08e574fe1cee19b7377c0e72d3f4952cb (diff) | |
download | xine-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.h | 4 |
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> |