diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-06-26 22:29:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-26 23:40:10 +0800 |
commit | 147ab96a53207b846da9fb7126ebbefc84fe0b55 (patch) | |
tree | 0f6500d3c4833935f03002a1baeaf3325393d0ab /src/empathy-chat-window.c | |
parent | bef0b0057e4a76924b64c2c3b1d5e2edc237fbe2 (diff) | |
download | gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.gz gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.bz2 gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.lz gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.xz gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.zst gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.zip |
Include empathy-sound.h to make it build
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 898897b5f..424d148ac 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -50,6 +50,7 @@ #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-smiley-manager.h> +#include <libempathy-gtk/empathy-sound.h> #include <libempathy-gtk/empathy-ui-utils.h> #include "empathy-chat-window.h" |