# HG changeset patch # User nenolod # Date 1157605407 25200 # Node ID 936135be464fb06a1aba5ba8cf2f28bd62838e8d # Parent 978ada9101730934cbaaadc0a4f622ce919ea3ea [svn] - include time.h diff -r 978ada910173 -r 936135be464f ChangeLog --- a/ChangeLog Wed Sep 06 15:24:15 2006 -0700 +++ b/ChangeLog Wed Sep 06 22:03:27 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-06 22:24:15 +0000 William Pitcock + revision [2195] + - module fixes + + + Changes: Modified: + +1 -1 trunk/configure.ac + + 2006-09-06 21:46:09 +0000 William Pitcock revision [2193] - make audtool build diff -r 978ada910173 -r 936135be464f audacious/titlestring.h --- a/audacious/titlestring.h Wed Sep 06 15:24:15 2006 -0700 +++ b/audacious/titlestring.h Wed Sep 06 22:03:27 2006 -0700 @@ -22,7 +22,8 @@ #include #include - +#include +#include /* * Struct which is passed to xmms_get_titlestring(). An input struct diff -r 978ada910173 -r 936135be464f libaudacious/titlestring.h --- a/libaudacious/titlestring.h Wed Sep 06 15:24:15 2006 -0700 +++ b/libaudacious/titlestring.h Wed Sep 06 22:03:27 2006 -0700 @@ -22,7 +22,8 @@ #include #include - +#include +#include /* * Struct which is passed to xmms_get_titlestring(). An input struct