Mercurial > audlegacy-plugins
diff src/jack/jack.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 02:55:04 +0900 |
| parents | bd3a24b39058 |
| children |
line wrap: on
line diff
--- a/src/jack/jack.c Tue Nov 25 23:11:16 2008 +0900 +++ b/src/jack/jack.c Wed Nov 26 02:55:04 2008 +0900 @@ -6,10 +6,10 @@ * This code maps xmms calls into the jack translation library */ -#include <audacious/plugin.h> +#include <audlegacy/plugin.h> #include <dlfcn.h> #include <gtk/gtk.h> -#include <audacious/i18n.h> +#include <audlegacy/i18n.h> #include <stdio.h> #include "config.h" #include "bio2jack.h" /* includes for the bio2jack library */
