changeset 3830:10053e99d90f

add strings.h include to remove a warning
author William Pitcock <nenolod@atheme.org>
date Sun, 21 Oct 2007 07:08:31 -0500
parents 710a31107239
children 2e30e8a4b421
files src/audacious/tuple.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.c	Sun Oct 21 07:07:09 2007 -0500
+++ b/src/audacious/tuple.c	Sun Oct 21 07:08:31 2007 -0500
@@ -22,6 +22,7 @@
 #include <mowgli.h>
 
 #include "tuple.h"
+#include "strings.h"
 
 const TupleBasicType tuple_fields[FIELD_LAST] = {
     { "artist",         TUPLE_STRING },