changeset 2100:14adeaf9c20f audacious-plugins-1.4.0-beta2

fix compile on ancient DBus systems
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Oct 2007 03:06:01 -0500
parents aee2ff544aa0
children 8d66e004f016
files src/gnomeshortcuts/gnomeshortcuts.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnomeshortcuts/gnomeshortcuts.c	Fri Oct 19 02:59:45 2007 -0500
+++ b/src/gnomeshortcuts/gnomeshortcuts.c	Fri Oct 19 03:06:01 2007 -0500
@@ -21,6 +21,8 @@
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#define DBUS_API_SUBJECT_TO_CHANGE
+
 #include <config.h>
 
 #include <string.h>