summaryrefslogtreecommitdiff
path: root/daemon/daemon-main.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-28 20:19:16 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-28 20:19:16 +0000
commitc603cde954ee296bc58684a88cb6ec3199267002 (patch)
tree9c050689102d58b232550f0cd787c554d0aa24a0 /daemon/daemon-main.c
parentf53bd56171da342065c74465b5c8fe1084488c5e (diff)
downloadgvfs-c603cde954ee296bc58684a88cb6ec3199267002.tar.gz
Include locate.h for setlocaleGVFS_0_1_5
2008-01-28 Alexander Larsson <alexl@redhat.com> * daemon/daemon-main.c: * daemon/main.c: Include locate.h for setlocale svn path=/trunk/; revision=1192
Diffstat (limited to 'daemon/daemon-main.c')
-rw-r--r--daemon/daemon-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon-main.c b/daemon/daemon-main.c
index b70f14c4..c278d46d 100644
--- a/daemon/daemon-main.c
+++ b/daemon/daemon-main.c
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+#include <locale.h>
#include <glib.h>
#include <dbus/dbus.h>