diff src/audacious/tuple.c @ 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 d31089ffe40a
children 194c6d2c25bc
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 },