diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-03-26 01:37:55 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-03-26 01:37:55 +0000 |
commit | d042d5ac0e7ba8d77136c465a94c5683b16a0c9a (patch) | |
tree | bc44298683f26d3feeb60e2ead174c684985fff7 | |
parent | 372d790a5c8cf9d4fd1cd190dab98684a744018d (diff) | |
download | xine-lib-d042d5ac0e7ba8d77136c465a94c5683b16a0c9a.tar.gz xine-lib-d042d5ac0e7ba8d77136c465a94c5683b16a0c9a.tar.bz2 |
ops, i forgot that assert.h was removed...
CVS patchset: 4485
CVS date: 2003/03/26 01:37:55
-rw-r--r-- | src/xine-engine/video_out.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <string.h> #include <zlib.h> #include <pthread.h> +#include <assert.h> #define XINE_ENABLE_EXPERIMENTAL_FEATURES |