From fbae5baa06819fed71f62ddbba64a64675c2d333 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 28 May 2004 22:30:04 +0000 Subject: 2004-05-28 Havoc Pennington * test/glib/test-service-glib.c (main): remove unused variable * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES from the enum, no longer in use. * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually works right. * dbus/dbus-message.c: add various _dbus_return_val_if_fail for whether error_name passed in is a valid error name. --- dbus/dbus-sysdeps.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus/dbus-sysdeps.h') diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 1d32d298..df4c8d6c 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -25,6 +25,8 @@ #ifndef DBUS_SYSDEPS_H #define DBUS_SYSDEPS_H +#include + #include /* this is perhaps bogus, but strcmp() etc. are faster if we use the -- cgit