diff src/libid3tag/id3tag.h @ 4811:7bf7f83a217e

rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 00:44:56 +0900
parents bdd0ee5888e0
children
line wrap: on
line diff
--- a/src/libid3tag/id3tag.h	Sun Nov 02 00:08:56 2008 +0000
+++ b/src/libid3tag/id3tag.h	Wed Nov 26 00:44:56 2008 +0900
@@ -29,7 +29,7 @@
 extern "C" {
 # endif
 
-#include <audacious/vfs.h>
+#include <audlegacy/vfs.h>
 
 # define ID3_TAG_VERSION		0x0400
 # define ID3_TAG_VERSION_MAJOR(x)	(((x) >> 8) & 0xff)