diff options
author | Ted Gould <ted@canonical.com> | 2009-06-12 16:34:22 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-12 16:34:22 -0500 |
commit | 35477b8fb1bd21c4cccf039c4648af47972414a9 (patch) | |
tree | 49b8266d801f2f0416a9b3bc1a741de54e666c72 | |
parent | 92632f9ebdf278b654c6ad99eabab826e4b32cac (diff) | |
download | ayatana-indicator-session-35477b8fb1bd21c4cccf039c4648af47972414a9.tar.gz ayatana-indicator-session-35477b8fb1bd21c4cccf039c4648af47972414a9.tar.bz2 ayatana-indicator-session-35477b8fb1bd21c4cccf039c4648af47972414a9.zip |
Brining in the client side of the API
-rw-r--r-- | src/indicator-sus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-sus.c b/src/indicator-sus.c index 4c1c163..5d6c219 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -10,6 +10,7 @@ INDICATOR_SET_VERSION INDICATOR_SET_NAME("users-status-session") #include "dbus-shared-names.h" +#include "status-service-client.h" static GtkMenu * status_menu = NULL; static GtkMenu * users_menu = NULL; |