aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index dd957a0..9e22485 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -17,11 +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 <locale.h>
+
#include "sound-service.h"
#include "pulseaudio-mgr.h"
#include "sound-service-dbus.h"
#include "music-player-bridge.h"
-#include <locale.h>
static GMainLoop *mainloop = NULL;
static MusicPlayerBridge* player_bridge;