comparison src/gnomeshortcuts/gnomeshortcuts.c @ 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 655949f889ec
children 200d9534946a
comparison
equal deleted inserted replaced
2099:aee2ff544aa0 2100:14adeaf9c20f
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with audacious-gnome-shortcut; if not, write to the Free Software 20 * along with audacious-gnome-shortcut; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 */ 22 */
23 23
24 #define DBUS_API_SUBJECT_TO_CHANGE
25
24 #include <config.h> 26 #include <config.h>
25 27
26 #include <string.h> 28 #include <string.h>
27 #include <dbus/dbus.h> 29 #include <dbus/dbus.h>
28 #include <dbus/dbus-glib-bindings.h> 30 #include <dbus/dbus-glib-bindings.h>