Mercurial > audlegacy-plugins
changeset 1992:6055af71fe07
It's plugin.h not vfs.h
author | Christian Birchinger <joker@netswarm.net> |
---|---|
date | Sun, 07 Oct 2007 23:35:47 +0200 |
parents | b0ff8640f338 |
children | a2bf43c3aa3d |
files | src/adplug/core/binio_virtual.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/adplug/core/binio_virtual.h Sun Oct 07 23:32:18 2007 +0200 +++ b/src/adplug/core/binio_virtual.h Sun Oct 07 23:35:47 2007 +0200 @@ -14,7 +14,7 @@ #include <glib.h> extern "C" { -#include <audacious/vfs.h> +#include <audacious/plugin.h> }; class vfsistream : public binistream, virtual public binio {