Mercurial > audlegacy-plugins
changeset 3156:08a91bda0829
adapt to audlegacy
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 22 May 2009 19:11:38 +0900 |
parents | 4af16959f9d3 |
children | d73418aa0db3 |
files | src/vfstrace/vfstrace.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/vfstrace/vfstrace.c Fri May 22 19:11:38 2009 +0900 +++ b/src/vfstrace/vfstrace.c Fri May 22 19:11:38 2009 +0900 @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <audacious/plugin.h> +#include <audlegacy/plugin.h> VFSFile *(*vfs_fopen_impl)(const gchar *path, const gchar *mode) = NULL; gint (*vfs_fclose_impl)(VFSFile * file) = NULL;