aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-19 07:22:00 -0400
committerPackage Import Robot <package-import@ubuntu.com>2012-03-19 07:22:00 -0400
commit2e2e1a5d8571b6a75de63ad771be172251a874a3 (patch)
treebb6c71d452784ae96a370cef4cc61b168f26ae2c /src/indicator-sound.c
parentd8574d92a70a949564f7e454a2952df3e8e48c21 (diff)
parent858d8ee663212c5efa4561b0a2abb9c1d2485c27 (diff)
downloadayatana-indicator-sound-2e2e1a5d8571b6a75de63ad771be172251a874a3.tar.gz
ayatana-indicator-sound-2e2e1a5d8571b6a75de63ad771be172251a874a3.tar.bz2
ayatana-indicator-sound-2e2e1a5d8571b6a75de63ad771be172251a874a3.zip
Import upstream version 0.8.4.1
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>