diff options
author | Ted Gould <ted@gould.cx> | 2011-02-03 14:53:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-03 14:53:39 -0600 |
commit | 2a3698253f8ca0c280f917c483c39357a8f6b426 (patch) | |
tree | 721c15f40abfacd51f681b3ff508b9273789b32e | |
parent | dc47b4e17dae22058e3812e975c7fede2eb9273e (diff) | |
download | ayatana-indicator-application-2a3698253f8ca0c280f917c483c39357a8f6b426.tar.gz ayatana-indicator-application-2a3698253f8ca0c280f917c483c39357a8f6b426.tar.bz2 ayatana-indicator-application-2a3698253f8ca0c280f917c483c39357a8f6b426.zip |
Adding in the indicator-object header
-rw-r--r-- | src/application-service-appstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 52a510e..c9e803f 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -24,6 +24,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "config.h" #endif +#include "libindicator/indicator-object.h" #include "libappindicator/app-indicator.h" #include "app-indicator-enum-types.h" #include "application-service-appstore.h" |