diff options
author | Havoc Pennington <hp@redhat.com> | 2003-07-09 03:41:00 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-07-09 03:41:00 +0000 |
commit | 824d4a5edfe1fa7222ab5cb49928bf78a675b563 (patch) | |
tree | 67e3e45df77fc7fa4277507895cf650ce7f61917 /dbus/dbus-message.h | |
parent | d8abf955f5bff3e83cabd267883039f7a42c98c3 (diff) |
2003-07-08 Havoc Pennington <hp@pobox.com>
* dbus/dbus-object.c: implement some of this
* dbus/dbus-object-registry.c
(_dbus_object_registry_add_and_unlock): fill in the object_id out
param
(_dbus_object_registry_new): handle OOM
Diffstat (limited to 'dbus/dbus-message.h')
-rw-r--r-- | dbus/dbus-message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-message.h b/dbus/dbus-message.h index 9f07565c..bd52bd1a 100644 --- a/dbus/dbus-message.h +++ b/dbus/dbus-message.h @@ -31,6 +31,7 @@ #include <dbus/dbus-types.h> #include <dbus/dbus-arch-deps.h> #include <dbus/dbus-memory.h> +#include <dbus/dbus-errors.h> #include <stdarg.h> DBUS_BEGIN_DECLS; |