summaryrefslogtreecommitdiff
path: root/src/xine-engine/scratch.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:15:48 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-13 21:15:48 +0000
commit709c330eec2daf3acc29d9a7b6a237e615365c19 (patch)
treec8d7d4c9224b964215b26c00ef56a83efe53f659 /src/xine-engine/scratch.c
parent68d0f521ed0a7007f938bd6f11525a528048b222 (diff)
downloadxine-lib-709c330eec2daf3acc29d9a7b6a237e615365c19.tar.gz
xine-lib-709c330eec2daf3acc29d9a7b6a237e615365c19.tar.bz2
Fix a few compile warnings.
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
Diffstat (limited to 'src/xine-engine/scratch.c')
-rw-r--r--src/xine-engine/scratch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c
index cf869e507..364f85d09 100644
--- a/src/xine-engine/scratch.c
+++ b/src/xine-engine/scratch.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: scratch.c,v 1.4 2001/12/11 23:59:00 f1rmb Exp $
+ * $Id: scratch.c,v 1.5 2002/01/13 21:15:48 jcdutton Exp $
*
* top-level xine functions
*
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <string.h> /* For memset */
#include "scratch.h"
#include "xineutils.h"