[PATCH 1/4] Minor include file fix.
Ralf Habacker
ralf.habacker at freenet.de
Mon Jun 7 05:17:13 PDT 2010
When including dbus/dbus-errors.h to get error related functions,
the related error constants should be available too.
---
dbus/dbus-errors.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h
index cf08e5e..e63139a 100644
--- a/dbus/dbus-errors.h
+++ b/dbus/dbus-errors.h
@@ -30,6 +30,7 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-types.h>
+#include <dbus/dbus-protocol.h>
DBUS_BEGIN_DECLS
--
1.7.0.2.msysgit.0
--------------000706050204040501020404--
More information about the dbus
mailing list