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 cf08e5e..e63139a 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <dbus/dbus-macros.h>
 #include <dbus/dbus-types.h>
+#include <dbus/dbus-protocol.h>
 
 DBUS_BEGIN_DECLS