diff options
author | Ted Gould <ted@canonical.com> | 2009-08-03 23:49:42 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-03 23:49:42 +0100 |
commit | d94f22ad592b9f50898c26f06f7750ab4df686cf (patch) | |
tree | 7ede80c894744a0bbc29742a49db6ff54ed47f6b /examples/im-client.c | |
parent | f6fb98db58787383a890608f8bfae0664528e83d (diff) | |
download | libayatana-indicator-d94f22ad592b9f50898c26f06f7750ab4df686cf.tar.gz libayatana-indicator-d94f22ad592b9f50898c26f06f7750ab4df686cf.tar.bz2 libayatana-indicator-d94f22ad592b9f50898c26f06f7750ab4df686cf.zip |
Fixing these guys to include the -gtk library where needed
Diffstat (limited to 'examples/im-client.c')
-rw-r--r-- | examples/im-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/im-client.c b/examples/im-client.c index bf2fbb2..502484d 100644 --- a/examples/im-client.c +++ b/examples/im-client.c @@ -22,6 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include "libindicate/server.h" #include "libindicate/indicator-message.h" +#include "libindicate-gtk/indicator.h" gchar * patha = "/usr/share/icons/hicolor/16x16/apps/empathy.png"; gchar * pathb = "/usr/share/icons/hicolor/22x22/apps/empathy.png"; |