diff options
author | John (J5) Palmieri <quinticent@phuket.(none)> | 2006-06-29 12:05:05 -0400 |
---|---|---|
committer | John (J5) Palmieri <quinticent@phuket.(none)> | 2006-06-29 12:05:05 -0400 |
commit | 6aa2aba0a64ea19e504118dc56a1f9e559568f90 (patch) | |
tree | 4a25739797b24820cae3a8298e55c6fca19219ea /dbus/dbus-glib.h | |
parent | 6a9ac47cc9143ee899455c576f557818dab1f7d2 (diff) |
- Really commit the glib to dbus move and build fixes
Diffstat (limited to 'dbus/dbus-glib.h')
-rw-r--r-- | dbus/dbus-glib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h index 2855008..61ddb28 100644 --- a/dbus/dbus-glib.h +++ b/dbus/dbus-glib.h @@ -119,7 +119,7 @@ GObject * dbus_g_connection_lookup_g_object (DBusGConnection *connectio const char *at_path); #ifdef DBUS_COMPILATION -#include "glib/dbus-gtype-specialized.h" +#include "dbus/dbus-gtype-specialized.h" #else #include <dbus/dbus-gtype-specialized.h> #endif |