summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authoruid56437 <none@none>2001-07-04 14:14:39 +0000
committeruid56437 <none@none>2001-07-04 14:14:39 +0000
commitddc0489a65529c49aee950a8e5449c727da1413f (patch)
tree92bde0ffad32215c7c06e15efdbb4215c7bb866e /src/xine-engine
parentb8607bd194e4126a112633253d6b0beba7f2d4d1 (diff)
downloadxine-lib-ddc0489a65529c49aee950a8e5449c727da1413f.tar.gz
xine-lib-ddc0489a65529c49aee950a8e5449c727da1413f.tar.bz2
Fix a few compiler warnings
CVS patchset: 248 CVS date: 2001/07/04 14:14:39
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/video_out.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c
index 80bfd7b83..3fb974022 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.26 2001/06/24 22:20:26 guenter Exp $
+ * $Id: video_out.c,v 1.27 2001/07/04 14:14:39 uid56437 Exp $
*
*/
@@ -29,6 +29,7 @@
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include "video_out.h"