aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-19 11:22:31 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-19 11:22:31 -0400
commit14ac84f1673c5d1c4e2072b8622d35be74e1e304 (patch)
treee21098930f4fb264f60f726b88f3588071ced1dc /src/indicator-sound.c
parent30fc94dfddfd6afded367a5b1398158da46333d1 (diff)
parent858d8ee663212c5efa4561b0a2abb9c1d2485c27 (diff)
downloadayatana-indicator-sound-14ac84f1673c5d1c4e2072b8622d35be74e1e304.tar.gz
ayatana-indicator-sound-14ac84f1673c5d1c4e2072b8622d35be74e1e304.tar.bz2
ayatana-indicator-sound-14ac84f1673c5d1c4e2072b8622d35be74e1e304.zip
releasing version 0.8.4.1-0ubuntu1
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r--src/indicator-sound.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c
index 272c8da..d21d722 100644
--- a/src/indicator-sound.c
+++ b/src/indicator-sound.c
@@ -17,10 +17,12 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <math.h>
#include <glib.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <libdbusmenu-gtk/menu.h>