From d042d5ac0e7ba8d77136c465a94c5683b16a0c9a Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 26 Mar 2003 01:37:55 +0000 Subject: ops, i forgot that assert.h was removed... CVS patchset: 4485 CVS date: 2003/03/26 01:37:55 --- src/xine-engine/video_out.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 0a4672cd4..3468cce0a 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -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.c,v 1.150 2003/03/26 01:25:16 miguelfreitas Exp $ + * $Id: video_out.c,v 1.151 2003/03/26 01:37:55 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -34,6 +34,7 @@ #include #include #include +#include #define XINE_ENABLE_EXPERIMENTAL_FEATURES -- cgit v1.2.3