comparison 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
comparison
equal deleted inserted replaced
3829:710a31107239 3830:10053e99d90f
20 20
21 #include <glib.h> 21 #include <glib.h>
22 #include <mowgli.h> 22 #include <mowgli.h>
23 23
24 #include "tuple.h" 24 #include "tuple.h"
25 #include "strings.h"
25 26
26 const TupleBasicType tuple_fields[FIELD_LAST] = { 27 const TupleBasicType tuple_fields[FIELD_LAST] = {
27 { "artist", TUPLE_STRING }, 28 { "artist", TUPLE_STRING },
28 { "title", TUPLE_STRING }, 29 { "title", TUPLE_STRING },
29 { "album", TUPLE_STRING }, 30 { "album", TUPLE_STRING },