Mercurial > audlegacy-plugins
diff src/Output/OSS/configure.c @ 4:0ad4849f6219 trunk
[svn] - the first pass missed some libaudacious references, this fixes them
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 02:02:50 -0700 |
| parents | 13389e613d67 |
| children |
line wrap: on
line diff
--- a/src/Output/OSS/configure.c Mon Sep 18 01:35:25 2006 -0700 +++ b/src/Output/OSS/configure.c Mon Sep 18 02:02:50 2006 -0700 @@ -27,8 +27,8 @@ #include <stdio.h> #include <string.h> -#include <libaudacious/configdb.h> -#include <libaudacious/vfs.h> +#include <audacious/configdb.h> +#include <audacious/vfs.h> static GtkWidget *configure_win = NULL;
