diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 22:16:49 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 22:16:49 -0500 |
commit | 7b2c29fbd83d2679a123a8825c92b3ac97e79229 (patch) | |
tree | d3b2b450936ebdf71ed8822072d7900c25e651a6 /src/custom-service.c | |
parent | 9fc5dd8c5047e7d04872d223c5ec0124e3aa8946 (diff) | |
download | libayatana-appindicator-7b2c29fbd83d2679a123a8825c92b3ac97e79229.tar.gz libayatana-appindicator-7b2c29fbd83d2679a123a8825c92b3ac97e79229.tar.bz2 libayatana-appindicator-7b2c29fbd83d2679a123a8825c92b3ac97e79229.zip |
Getting to building all these header files nicely.
Diffstat (limited to 'src/custom-service.c')
-rw-r--r-- | src/custom-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/custom-service.c b/src/custom-service.c index 63590c7..5a5fc62 100644 --- a/src/custom-service.c +++ b/src/custom-service.c @@ -1,3 +1,5 @@ +#include "notification-item-client.h" +#include "notification-watcher-server.h" int main (int argc, char ** argv) |