Mercurial > audlegacy
changeset 59:63967463bde0 trunk
[svn] More header changes.
author | nenolod |
---|---|
date | Fri, 28 Oct 2005 21:24:36 -0700 |
parents | fb63244569dd |
children | 1771f253e1b2 |
files | Input/flac/http.c Input/flac/plugin.c Input/flac/tag.c |
diffstat | 3 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Input/flac/http.c Fri Oct 28 21:20:10 2005 -0700 +++ b/Input/flac/http.c Fri Oct 28 21:24:36 2005 -0700 @@ -44,10 +44,6 @@ #include "FLAC/format.h" #include "plugin.h" -#ifndef HAVE_SOCKLEN_T -typedef unsigned int socklen_t; -#endif - #define min(x,y) ((x)<(y)?(x):(y)) #define min3(x,y,z) (min(x,y)<(z)?min(x,y):(z)) #define min4(x,y,z,w) (min3(x,y,z)<(w)?min3(x,y,z):(w))
--- a/Input/flac/plugin.c Fri Oct 28 21:20:10 2005 -0700 +++ b/Input/flac/plugin.c Fri Oct 28 21:24:36 2005 -0700 @@ -27,8 +27,8 @@ #include <audacious/plugin.h> #include <audacious/util.h> -#include <audacious/configfile.h> -#include <audacious/titlestring.h> +#include <libaudacious/configfile.h> +#include <libaudacious/titlestring.h> #ifdef HAVE_CONFIG_H #include <config.h>
--- a/Input/flac/tag.c Fri Oct 28 21:20:10 2005 -0700 +++ b/Input/flac/tag.c Fri Oct 28 21:24:36 2005 -0700 @@ -25,8 +25,8 @@ #include <glib.h> #include <audacious/plugin.h> #include <audacious/util.h> -#include <audacious/configfile.h> -#include <audacious/titlestring.h> +#include <libaudacious/configfile.h> +#include <libaudacious/titlestring.h> #include "FLAC/metadata.h" #include "plugin_common/tags.h"