aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ff7b58c..d21d722 100644
--- a/src/indicator-sound.c
+++ b/src/indicator-sound.c
@@ -17,7 +17,8 @@ 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 "indicator-sound.h"
+#include "config.h"
+
#include <math.h>
#include <glib.h>
#include <glib-object.h>
@@ -29,6 +30,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gio/gio.h>
+#include "indicator-sound.h"
#include "transport-widget.h"
#include "metadata-widget.h"
#include "volume-widget.h"