]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Minor include file fix.
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 7 Jun 2010 12:17:13 +0000 (14:17 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 7 Jun 2010 13:34:22 +0000 (15:34 +0200)
When including dbus/dbus-errors.h to get error related functions,
the related error constants should be available too.

dbus/dbus-errors.h

index cf08e5e6fe4d276e4d6a0a946349959f9b9ec803..e63139a011450b99a33658f9fcf361bc4d2ee067 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <dbus/dbus-macros.h>
 #include <dbus/dbus-types.h>
+#include <dbus/dbus-protocol.h>
 
 DBUS_BEGIN_DECLS