diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-02-06 19:31:44 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-02-06 19:31:44 +0000 |
commit | 64d649ed43bc2f1635862c8cd9d8fceec898b4eb (patch) | |
tree | 7eec984ec69a2a69b5f4df4b52da98f7e5b27cdc /src/apt-watcher.h | |
parent | 42fc8277d9a517436ddb4367cd922e8b73a4b632 (diff) | |
download | ayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.tar.gz ayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.tar.bz2 ayatana-indicator-session-64d649ed43bc2f1635862c8cd9d8fceec898b4eb.zip |
pkclient in place
Diffstat (limited to 'src/apt-watcher.h')
-rw-r--r-- | src/apt-watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apt-watcher.h b/src/apt-watcher.h index 6b7d5e1..54d26f5 100644 --- a/src/apt-watcher.h +++ b/src/apt-watcher.h @@ -28,6 +28,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libdbusmenu-gtk/menuitem.h> #include "session-dbus.h" +#include "dbus-shared-names.h" G_BEGIN_DECLS @@ -50,7 +51,6 @@ GType apt_watcher_get_type (void) G_GNUC_CONST; AptWatcher* apt_watcher_new (SessionDbus* session_dbus, DbusmenuMenuitem* apt_item); - G_END_DECLS #endif /* _APT_WATCHER_H_ */ |