summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-02-14 19:09:02 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-02-14 19:09:02 +0000
commitbc1967b650186cad6f2c10d0fc3532d3bd5b237c (patch)
treefdb2a5e852c134c78beeea028772095feac0d592
parentcd9f27237d3a0bf6a59fd7a0794dc699e74d6ab6 (diff)
downloadxine-lib-bc1967b650186cad6f2c10d0fc3532d3bd5b237c.tar.gz
xine-lib-bc1967b650186cad6f2c10d0fc3532d3bd5b237c.tar.bz2
Missing #include.
CVS patchset: 7899 CVS date: 2006/02/14 19:09:02
-rw-r--r--src/xine-utils/array.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/array.c b/src/xine-utils/array.c
index 5d55cb8df..4c8784b7c 100644
--- a/src/xine-utils/array.c
+++ b/src/xine-utils/array.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: array.c,v 1.1 2006/01/16 08:04:44 tmattern Exp $
+ * $Id: array.c,v 1.2 2006/02/14 19:09:02 dsalt Exp $
*
*/
#ifdef HAVE_CONFIG_H
@@ -25,6 +25,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include "array.h"
#define MIN_CHUNK_SIZE 32