aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlberto Mardegan <alberto.mardegan@canonical.com>2012-03-07 10:09:35 +0200
committerAlberto Mardegan <alberto.mardegan@canonical.com>2012-03-07 10:09:35 +0200
commitcc8293dacbdf1d1f74b94588e51d1fe3dcc5f021 (patch)
tree0dcdca58878e4a73da00adaf48236f62d71d028e /src
parent3c5b15aba9bb40ab8ef9c55df35941b67e52d31b (diff)
downloadayatana-indicator-session-cc8293dacbdf1d1f74b94588e51d1fe3dcc5f021.tar.gz
ayatana-indicator-session-cc8293dacbdf1d1f74b94588e51d1fe3dcc5f021.tar.bz2
ayatana-indicator-session-cc8293dacbdf1d1f74b94588e51d1fe3dcc5f021.zip
Fix a build error: include locale.h
Diffstat (limited to 'src')
-rw-r--r--src/session-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session-service.c b/src/session-service.c
index 6ee18e9..76ec047 100644
--- a/src/session-service.c
+++ b/src/session-service.c
@@ -25,6 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <config.h>
+#include <locale.h>
#include <unistd.h>
#include <glib/gi18n.h>